Search
FlowChart.CycleCount Property
See Also
 



Gets the number of cycles found by the last DetectCycle invocation.

 Syntax

VB6  Copy Code

Public Property Get CycleCount() As Long

C++  Copy Code

public:
int get_CycleCount ()

 Property Value

A long value.

 Remarks

Returns the number of cycles found with the last DetectCycle operation. The found cycles are buffered and can be retrieved from the buffer using the GetCycle method.

 See Also