This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdVariable Interface > IMdVariable.Intermediate Property (ArcObjects .NET 10.5 SDK) |
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