ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / GeoprocessingOptions Class / EnableUndoOn Property

In This Topic
    EnableUndoOn Property
    In This Topic
    Gets whether the "Enable Undo" button is on by default for tools that modify the input dataset.
    Syntax
    Public ReadOnly Property EnableUndoOn As Boolean
    public bool EnableUndoOn {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also