Enumerates all paths that exist between two DiagramNode objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
An enumerator that iterates over found paths.
The returned Path instances include the from and to nodes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |