ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / FindUndoOperations Method
The delegate that defines the conditions of the element to search for.

In This Topic
    FindUndoOperations Method
    In This Topic
    Returns all the operations from the undo stack that match the conditions defined by the specified predicate.
    Syntax
    public List<Operation> FindUndoOperations( 
       Func<Operation,bool> predicate
    )
    Public Function FindUndoOperations( _
       ByVal predicate As Func(Of Operation,Boolean) _
    ) As List(Of Operation)

    Parameters

    predicate
    The delegate that defines the conditions of the element to search for.

    Return Value

    A new List of the operations that match the predicate.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also