ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class / Category Property

In This Topic
    Category Property (CompositeOperation)
    In This Topic
    Gets the category the operation falls into.
    Syntax
    Public Overrides NotOverridable ReadOnly Property Category As String
    public override string Category {get;}
    Remarks
    Operations can also be categorized so that operations belonging only to a specific category can be undone. For example, ArcGIS Pro has editing and mapping operations; if these operations are intermixed, users can elect to just undo the editing operations and skip over the mapping operations. Categorized operations must be mutually exclusive.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also