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