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


IMdVariable.Intermediate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* Intermediate
);
[C++]
HRESULT put_Intermediate(
  VARIANT_BOOL Intermediate
);
[C++]

Parameters Intermediate [out, retval] Intermediate is a parameter of type VARIANT_BOOL Intermediate [in] Intermediate is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdVariable Interface