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


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

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(
  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

Product Availability

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

See Also

IMdVariable Interface