ArcGIS Pro 2.9 API Reference Guide
Category Property (CompositeOperation)

ArcGIS.Desktop.Framework.Contracts Namespace > CompositeOperation Class : Category Property
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, Windows 8.1

See Also

Reference

CompositeOperation Class
CompositeOperation Members