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

In This Topic
    ClearRedoSubCategory Method
    In This Topic
    Removes all operations belonging to the specified category from redo stack.
    Syntax
    Public Sub ClearRedoSubCategory( _
       ByVal category As String, _
       ByVal subCategory As String _
    ) 
    public void ClearRedoSubCategory( 
       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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also