ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / CompositeOperation Class


In This Topic
    CompositeOperation Class Properties
    In This Topic

    For a list of all members of this type, see CompositeOperation members.

    Public Properties
     NameDescription
    Public PropertyOverridden.  Gets a boolean value indicating if an Operation permits Redo. Returns False if any Operation in any of its OperationManager instances returns False; otherwise, returns True.  
    Public PropertyOverridden.  Gets a boolean value indicating if an Operation permits Undo. Returns False if any Operation in any of its OperationManager instances returns False; otherwise, returns True.  
    Public PropertyOverridden.  Gets the category the operation falls into.  
    Public Property Gets a boolean indicating if the operation should dirty the project. (Inherited from ArcGIS.Desktop.Framework.Contracts.Operation)
    Public Property Gets or sets a unique identifier for the Operation. Default value is -1. (Inherited from ArcGIS.Desktop.Framework.Contracts.Operation)
    Public PropertyOverridden.  Gets the name of the operation as it is to appear in the undo/redo lists.  
    Public Property Gets the sub-category name. (Inherited from ArcGIS.Desktop.Framework.Contracts.Operation)
    Top
    See Also