This document is archived and information here might be outdated. Recommended version. |
Number of Reduce Vertices algorithm iterations that will be executed before the final result is shown.
[Visual Basic .NET]
Public Property Iteration As Integer
[C#]
public int Iteration {get; set;}
[C++]
HRESULT get_Iteration(
long lIteration
);
[C++]
HRESULT put_Iteration(
System.Int32* lIteration
);
[C++] Parameters lIteration [in]
lIteration is a parameter of type long lIteration [out, retval]
lIteration is a parameter of type long*