Initializes a new instance of the PathFinder class. Path-finding will depend on the direction of links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public PathFinder ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The PathFinder methods look for paths and cycles in the Diagram instance specified through the argument. The diagram is treated as a directed graph and the direction of links is considered when looking for a path, that is, a path continues from a node only through its OutgoingLinks.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |