DiagramLite Programmer's Guide
PathFinder.FindAllCycles Method
See Also
 





Finds all cycles in the underlying diagram.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public List<Path> FindAllCycles ()

Visual Basic  Copy Code

Public Function FindAllCycles () As List(Of Path)

 Return Value

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

 See Also

PathFinder Members
PathFinder Class
MindFusion.Diagramming.Layout Namespace