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