Enumerates paths that exist between two DiagramNode objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public IEnumerable<Path> EnumAllPaths ( |
Visual Basic
![]() |
---|
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.
The returned Path instances include the from and to nodes.
WpfDiagram Programmer's Guide | © 2025 MindFusion |