ArcObjects Library Reference (Geoprocessing)  

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