ArcGIS Pro 2.9 API Reference Guide
SetRemoveOverwrittenLayers Method

ArcGIS.Desktop.Core Namespace > GeoprocessingOptions Class : SetRemoveOverwrittenLayers Method
Sets whether layers in a map are removed if their source datasets are deleted by a geoprocessing tool that overwrites output. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetRemoveOverwrittenLayers( 
   bool removeOverwrittenLayers
)
Public Sub SetRemoveOverwrittenLayers( _
   ByVal removeOverwrittenLayers As Boolean _
) 

Parameters

removeOverwrittenLayers
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
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, Windows 8.1

See Also

Reference

GeoprocessingOptions Class
GeoprocessingOptions Members