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


IMdVariable.AddToDisplay 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.AddToDisplay Property
ArcGIS Developer Help

IMdVariable.AddToDisplay Property

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(
  Boolean* AddToDisplay
);
[C++]
HRESULT put_AddToDisplay(
  VARIANT_BOOL AddToDisplay
);
[C++]
Parameters
AddToDisplay [out, retval]

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

Product Availability

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

See Also

IMdVariable Interface