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


IGeoProcessor.AddOutputsToMap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor Interface > IGeoProcessor.AddOutputsToMap Property
ArcGIS Developer Help

IGeoProcessor.AddOutputsToMap Property

Set 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(
  Boolean* AddToMap
);
[C++]
Parameters
AddToMap [in]

AddToMap is a parameter of type bool AddToMap [out, retval]
AddToMap is a parameter of type bool*

Product Availability

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

See Also

IGeoProcessor Interface