ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Operation Class / SubCategory Property

In This Topic
    SubCategory Property
    In This Topic
    Gets the sub-category name.
    Syntax
    public virtual string SubCategory {get;}
    Public Overridable ReadOnly Property SubCategory As String
    Remarks
    Operations belonging to a particular category can be further classified using a sub category. This enables a subset of a particular category to be cleared from the undo and redo lists if, for example, those operations refer to a dialog which has been closed.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also