ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / PeekUndo Method

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

    Parameters

    category
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also