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


In This Topic
    CompositeOperation Class Members
    In This Topic

    The following tables list the members exposed by CompositeOperation.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new CompositeOperation instance.  
    Top
    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
    Public Methods
     NameDescription
    Public MethodOverridden.  Provides a mechanism for releasing unmanaged resources.  
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodOverridden.  Perform the operation synchronously.  
    Protected Internal MethodOverridden.  Perform the operation asynchronously.  
    Protected Internal MethodOverridden. Redo the operation to redo the action from the DoAsync method.  
    Protected Internal MethodOverridden. Undo the operation to reset the action from the DoAsync method.  
    Top
    See Also