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


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

IMdVariable.Intermediate Property

Indicates if the data specified by the variable is considered intermediate data.

[Visual Basic .NET]
Public Property Intermediate As Boolean
[C#]
public bool Intermediate {get; set;}
[C++]
HRESULT get_Intermediate(
  Boolean* Intermediate
);
[C++]
HRESULT put_Intermediate(
  VARIANT_BOOL Intermediate
);
[C++]
Parameters
Intermediate [out, retval]

Intermediate is a parameter of type bool* Intermediate [in]
Intermediate is a parameter of type bool

Product Availability

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

See Also

IMdVariable Interface