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


IMdModelIteration.IterationVariable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdModelIteration.IterationVariable Property

Model iteration variable.

[Visual Basic .NET]
Public Property IterationVariable As IMdVariable
[C#]
public IMdVariable IterationVariable {get; set;}
[C++]
HRESULT get_IterationVariable(
  IMdVariable** ppVariable
);
[C++]
HRESULT putref_IterationVariable(
  IMdVariable* ppVariable
);
[C++]

Parameters ppVariable [out, retval]
ppVariable is a parameter of type IMdVariable ppVariable [in]
ppVariable is a parameter of type IMdVariable

Product Availability

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

See Also

IMdModelIteration Interface