Finds a cycle in the current diagram.
VB6
![]() |
---|
Public Function FindCycle () As IArrows |
C++
![]() |
---|
public: |
A collection of Arrow objects forming a cycle.
Finds a single cycle in the flowchart document. If no cycles are found null (Nothing in Visual Basic) is returned. Cycles are represented as a collection of arrows, just as paths are. Traversing a cycle through its arrows and the object connected to them will lead to the object where traversing started. The intermediate objects can be found through the arrows' Origin and Destination properties.
FlowChartX Programmer's Guide | © 2023 MindFusion |