ArcGIS Pro 2.6 API Reference Guide
SubCategory Property

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

See Also

Reference

Operation Class
Operation Members