ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class / CanUndo Property

In This Topic
    CanUndo Property (CompositeOperation)
    In This Topic
    Gets a boolean value indicating if an Operation permits Undo. Returns False if any Operation in any of its OperationManager instances returns False; otherwise, returns True.
    Syntax
    public override bool CanUndo {get;}
    Public Overrides NotOverridable ReadOnly Property CanUndo As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also