Initializes a new instance of the PathFinder class. Path-finding will depend on the direction of links.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public PathFinder ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
An instance of the Diagram class in which to look for paths or cycles.
See Also