ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / AddOutputDatasetsToOpenMap Property

In This Topic
    AddOutputDatasetsToOpenMap Property
    In This Topic
    Gets whether output datasets created by geoprocessing tools should be automatically added to an open map.
    Syntax
    public bool AddOutputDatasetsToOpenMap {get;}
    Public ReadOnly Property AddOutputDatasetsToOpenMap As Boolean
    Remarks
    Note: see ArcGIS.Desktop.Core.Geoprocessing.GPExecuteToolFlags for available options for modifying behavior of ArcGIS.Desktop.Core.Geoprocessing.Geoprocessing.ExecuteToolAsync. Changing these parameters modifies behavior of interactive GP tools
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also