ArcGIS Pro 2.9 API Reference Guide
ClearRedoCategory Method

ArcGIS.Desktop.Framework Namespace > OperationManager Class : ClearRedoCategory Method
The category of operations to clear.
Removes all operations belonging to the specified category from redo stack.
Syntax
public void ClearRedoCategory( 
   string category
)
Public Sub ClearRedoCategory( _
   ByVal category As String _
) 

Parameters

category
The category of operations to clear.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members