Search
PathFinder.FindAllCycles Method
See Also
 





Finds all cycles in the underlying diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PathCollection FindAllCycles ()

Visual Basic  Copy Code

Public Function FindAllCycles () As PathCollection

 Return Value

A collection of Path objects; if no cycles are detected, the collection is empty.

 See Also