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


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

IMdModelIteration2.IterationElement Property

Model iteration element.

[Visual Basic .NET]
Public Property IterationElement As IMdElement
[C#]
public IMdElement IterationElement {get; set;}
[C++]
HRESULT get_IterationElement(
  IMdElement** ppElement
);
[C++]
HRESULT putref_IterationElement(
  IMdElement* ppElement
);
[C++]
Parameters
ppElement [out, retval]

ppElement is a parameter of type IMdElement** ppElement [in]
ppElement is a parameter of type IMdElement*

Product Availability

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

See Also

IMdModelIteration2 Interface