Search
PathFinder Constructor (Diagram)
See Also
 






Initializes a new instance of the PathFinder class. Path-finding will depend on the direction of links.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PathFinder (
    Diagram diagram
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram _
)

 Parameters

diagram

An instance of the Diagram class in which to look for paths or cycles.

 See Also