ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / OperationManager Class / ClearUndoSubCategory Method
The category of operations to clear.
The sub category of operations to clear.
Version

ClearUndoSubCategory Method
Removes all operations belonging to the specified category and sub category from undo stack.
Syntax
public void ClearUndoSubCategory( 
   string category,
   string subCategory
)

Parameters

category
The category of operations to clear.
subCategory
The sub category of operations to clear.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also