ArcGIS Pro 2.8 API Reference Guide
FindRedoOperations Method

ArcGIS.Desktop.Framework Namespace > OperationManager Class : FindRedoOperations Method
The delegate that defines the conditions of the element to search for.
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 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members