ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / PeekRedo Method

In This Topic
    PeekRedo Method
    In This Topic
    Return the topmost operation of the given category in the native redo stack.
    Syntax
    Public Function PeekRedo( _
       Optional ByVal category As String _
    ) As Operation
    public Operation PeekRedo( 
       string category
    )

    Parameters

    category
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also