ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class


In This Topic
    EditOperation Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets and sets the cancel message.  
    Public PropertyGets and sets the transaction type for the EditOperation.  
    Public PropertyGets and sets the ErrorMessage.  
    Public PropertyProvides a way for calling code to identify a particular EditOperation within a subsequent EditEvent. Setting an EventToken in an EditOperation is optional - by default it is null. If set to a non-null object, the EditOperation is subsequently successful, and, an EditEvent is published, then the EventToken object set here, will be available from the corresponding ArcGIS.Desktop.Editing.Events.EditCompletedEventArgs.EventToken.  
    Public PropertyGets and sets the execute mode for the operation. Default value is ExecuteModeType.Default.  
    Public Property Gets a value indicating if the EditOperation has been Canceled. EditOperations are marked as Canceled when they have been Executed but canceled before completing and not performed.  
    Public Property Gets a value indicating if the EditOperation is Done. EditOperations are marked as Done when someone calls ExecuteAsync() on them (even before they are complete).  
    Public PropertyGets a value indicating if the EditOperation is empty.  
    Public Property Gets a value indicating if the EditOperation Succeeded. EditOperations are marked as Succeeded when ExecuteAsync() succeeds (the Task terminates with true).  
    Public Property Gets and sets the string reported to the application's undo stack for this EditOperation.  
    Public Property Gets and sets the string to show while executing this operation.  
    Public PropertyGets and sets whether a new selection containing only the modified features will be created by the EditOperation.  
    Public PropertyGets and sets whether a new selection containing only the created features will be created by the EditOperation.  
    Public Property Gets and sets a value to show a modal dialog if the EditOperation fails.  
    Public PropertyGets and sets whether to show a progressor during an EditOperation.  
    Top
    See Also