Finds and returns all paths that exist between two DiagramNode objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public PathCollection FindAllPaths ( |
Visual Basic
Copy Code
|
|---|
Public Function FindAllPaths( _ |
The first DiagramNode in the Path.
The last DiagramNode in the Path.
The maximum number of paths to find.
A collection of Path objects; if no paths are found, the collection is empty.
RemarksThe returned Path instances include the from and to nodes.
See Also