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


IMdModelIteration.IterationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModelIteration Interface > IMdModelIteration.IterationType Property
ArcGIS Developer Help

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