Finds and returns all paths that exist between two DiagramNode objects.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public List<Path> FindAllPaths ( |
Visual Basic
![]() |
---|
Public Function FindAllPaths ( _ |
A collection of Path objects; if no paths are found, the collection is empty.
The returned Path instances include the from an to nodes.