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

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also