ArcGIS Pro 3.7 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 Function PeekUndo( _
       Optional ByVal category As String _
    ) As Operation
    public Operation PeekUndo( 
       string category
    )

    Parameters

    category
    Requirements

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

    ArcGIS Pro version: 3.2 or higher.
    See Also