ArcGIS Pro 2.9 API Reference Guide
EditOperation Class Properties


ArcGIS.Desktop.Editing Namespace : EditOperation Class

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 Property Gets a value indicating if the EditOperation has been Cancelled. EditOperations are marked as Cancelled when they have been Executed but cancelled 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 to select features that are modified by an EditOperation.  
Public PropertyGets and sets whether to select new features that are created by an 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

Reference

EditOperation Class
ArcGIS.Desktop.Editing Namespace