Finds all paths that exist between two DiagramNode objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public PathCollection FindAllPaths ( |
Visual Basic Copy Code |
---|
Public Function FindAllPaths( _ |
A collection of Path objects; if no paths are found, the collection is empty.
The returned Path instances include the from and to nodes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |