MindFusion.Wpf Pack Programmer's Guide
PathFinder.FindCycle Method (DiagramNode)
See Also
 





Detects whether the specified DiagramNode participates in a cycle.

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

 Syntax

C#  Copy Code

public Path FindCycle (
    DiagramNode participant
)

Visual Basic  Copy Code

Public Function FindCycle( _
    participant As DiagramNode _
) As Path

 Parameters

participant
A DiagramNode element which should participate in the found cycle.

 Return Value

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

 See Also

FindCycle Method Overload List
PathFinder Members
PathFinder Class
MindFusion.Diagramming.Wpf Namespace
FindAllCycles Method