ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorSettings.AddOutputsToMap Property

Indicates whether resulting output datasets should be added to the application display.

[Visual Basic .NET]
Public Property AddOutputsToMap As Boolean
[C#]
public bool AddOutputsToMap {get; set;}
[C++]
HRESULT get_AddOutputsToMap(
  VARIANT_BOOL* AddToMap
);
[C++]
HRESULT put_AddOutputsToMap(
  VARIANT_BOOL AddToMap
);
[C++]

Parameters

AddToMap [out, retval]   AddToMap is a parameter of type VARIANT_BOOL AddToMap [in]   AddToMap is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoProcessorSettings Interface