ArcObjects Library Reference (Geoprocessing)  

IMdModelIteration.CurrentIteration Property

Current model iteration.

[Visual Basic .NET]
Public ReadOnly Property CurrentIteration As Integer
[C#]
public int CurrentIteration {get;}
[C++]
HRESULT get_CurrentIteration(
  long* iteration
);
[C++]

Parameters

iteration [out, retval]   iteration is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdModelIteration Interface