ArcGIS Pro 2.7 API Reference Guide
FindUndoOperations Method

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

See Also

Reference

OperationManager Class
OperationManager Members