MAUI Pack Programmer's Guide
PathFinder Constructor (Diagram, Boolean)
See Also
 






Initializes a new instance of the PathFinder class, optionally ignoring the link direction.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PathFinder (
    Diagram diagram,
    bool ignoreDirection
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram, _
    ignoreDirection As Boolean _
)

 Parameters

diagram

A Diagram instance in which to look for paths or cycles.

ignoreDirection

Specifies whether the direction of links should be considered when looking for paths or cycles.

 See Also

PathFinder Constructor Overload List
PathFinder Class
MindFusion.Diagramming Namespace