ArcGIS Pro 2.6 API Reference Guide
ClearUndoSubCategory Method

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

Parameters

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

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

OperationManager Class
OperationManager Members