Enumerates paths that exist between two DiagramNode objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable<Path> EnumAllPaths ( |
Visual Basic
Copy Code
|
|---|
Public Function EnumAllPaths( _ |
The first DiagramNode in the Path.
The last DiagramNode in the Path.
The maximum number of paths to find.
An enumerator that iterates over found paths.
RemarksThe returned Path instances include the from and to nodes.
See Also