This document is archived and information here might be outdated.  Recommended version.


IMdModelIteration2.CurrentIteration Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModelIteration2 Interface > IMdModelIteration2.CurrentIteration Property
ArcGIS Developer Help

IMdModelIteration2.CurrentIteration Property

Current model iteration.

[Visual Basic .NET]
Public ReadOnly Property CurrentIteration As Integer
[C#]
public int CurrentIteration {get;}
[C++]
HRESULT get_CurrentIteration(
  System.Int32* 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

IMdModelIteration2 Interface