MindFusion.Wpf Pack Programmer's Guide
PathFinder.EnumAllCycles Method
See Also
 





Enumerates all cycles in the underlying diagram.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public IEnumerable<Path> EnumAllCycles ()

Visual Basic  Copy Code

Public Function EnumAllCycles () As IEnumerable(Of Path)

 Return Value

An enumerator that iterates over found cycles.

 Remarks

The found paths are returned using the yield operator, so a path can be processed immediately after it is found.

 See Also

PathFinder Members
PathFinder Class
MindFusion.Diagramming.Wpf Namespace
FindAllCycles Method