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


IMdModelIteration2.IterationCount 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.IterationCount Property
ArcGIS Developer Help

IMdModelIteration2.IterationCount Property

Number of times to iterate the model.

[Visual Basic .NET]
Public Property IterationCount As Integer
[C#]
public int IterationCount {get; set;}
[C++]
HRESULT get_IterationCount(
  System.Int32* Count
);
[C++]
HRESULT put_IterationCount(
  long Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long* Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IMdModelIteration2 Interface