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