Gets a cycle found by a previous DetectCycle invocation.
SyntaxVB6
Copy Code
|
|---|
Public Function GetCycle( _ |
C++
Copy Code
|
|---|
public: |
A collection of Arrow objects forming a cycle.
RemarksDetectCycle puts the found cycles in a buffer, from which they can be retrieved using this method. The number of buffered cycles is returned by the CycleCount property.
See Also