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


IMdModelIteration2.IterationCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  long* 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