ArcGIS Pro 2.8 API Reference Guide
ClearUndoCategory Method

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

Parameters

category
The category of operations to clear.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members