Search
PathFinder.FindCycle Method ()
See Also
 





Finds a cycle in the Diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Path FindCycle ()

Visual Basic  Copy Code

Public Function FindCycle () As Path

 Return Value

A Path instance that represents the found cycle; null (Nothing in Visual Basic) if no cycle is detected.

 See Also