ArcGIS Pro 3.2 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 override string Category {get;}
    Public Overrides NotOverridable ReadOnly Property Category As String
    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also