Enumerates all cycles in the underlying diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerable<Path> EnumAllCycles () |
Visual Basic
Copy Code
|
|---|
Public Function EnumAllCycles () As IEnumerable(Of Path) |
An enumerator that iterates over found cycles.
RemarksThe found paths are returned using the yield operator, so a path can be processed immediately after it is found.
See Also