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.AddToDisplay Property (ArcObjects .NET 10.5 SDK) |
Indicates if the variable should be added to the application display.
[Visual Basic .NET] Public Property AddToDisplay As Boolean
[C#] public bool AddToDisplay {get; set;}
[C++]
HRESULT get_AddToDisplay(
VARIANT_BOOL* AddToDisplay
);
[C++]
HRESULT put_AddToDisplay(
VARIANT_BOOL AddToDisplay
);
[C++]
Parameters AddToDisplay [out, retval] AddToDisplay is a parameter of type VARIANT_BOOL AddToDisplay [in] AddToDisplay is a parameter of type VARIANT_BOOL