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

In This Topic
    FindRedoOperations Method
    In This Topic
    Returns all the operations from the redo stack that match the conditions defined by the specified predicate.
    Syntax
    public List<Operation> FindRedoOperations( 
       Func<Operation,bool> predicate
    )
    Public Function FindRedoOperations( _
       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