ArcObjects Library Reference (Geoprocessing)  

IMdModelIteration.IterationType Property

Indicates model iteration type.

[Visual Basic .NET]
Public Property IterationType As esriMdIterationType
[C#]
public esriMdIterationType IterationType {get; set;}
[C++]
HRESULT get_IterationType(
  esriMdIterationType* Type
);
[C++]
HRESULT put_IterationType(
  esriMdIterationType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriMdIterationType

Type [in]

  Type is a parameter of type esriMdIterationType

Product Availability

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

See Also

IMdModelIteration Interface