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


In This Topic
    Operation Class Members
    In This Topic

    The following tables list the members exposed by Operation.

    Public Properties
     NameDescription
    Public Property Gets a boolean indicating if the operation can be redone.  
    Public Property Gets a boolean indicating if the operation can be undone.  
    Public Property Gets the category name.  
    Public Property Gets a boolean indicating if the operation should dirty the project.  
    Public Property Gets or sets a unique identifier for the Operation. Default value is -1.  
    Public Property Gets the name of the operation as it is to appear in the undo/redo lists.  
    Public Property Gets the sub-category name.  
    Top
    Public Methods
     NameDescription
    Public Method Provides a mechanism for releasing unmanaged resources.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Perform the operation synchronously.  
    Protected Internal Method Perform the operation asynchronously.  
    Protected Internal MethodRestarts the Do or DoAsync action.  
    Protected Internal MethodUndo the operation to reset the action from Do or DoAsync.  
    Top
    See Also