This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModelIteration2 Interface > IMdModelIteration2.IterationCount Property (ArcObjects .NET 10.4 SDK) |
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