ArcGIS Pro 2.8 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 or sets the transaction type for the EditOperation.  
Public PropertyGets or 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 EditOperations are marked as Cancelled when they have been Executed but cancelled before completing and not performed.  
Public Property 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 EditOperations are marked as Succeeded when ExecuteAsync() succeeds (the Task terminates with true).  
Public Property The string reported to the application's undo stack for this EditOperation.  
Public Property 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 If this property is true a modal error dialog will be shown after the edit fails showing a default UI explaining the failure to the user.  
Public PropertyGets and sets whether to show a progressor during an EditOperation.  
Top
See Also

Reference

EditOperation Class
ArcGIS.Desktop.Editing Namespace