Finds a cycle in the Diagram.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Path FindCycle () |
Visual Basic Copy Code |
---|
Public Function FindCycle () As Path |
A Path instance that represents the found cycle; null (Nothing in Visual Basic) if no cycle is detected.