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


IMdModelIteration.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 > IMdModelIteration Interface > IMdModelIteration.CurrentIteration Property
ArcGIS Developer Help

IMdModelIteration.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

IMdModelIteration Interface