Name | Description | |
---|---|---|
CancelMessage | Gets and sets the cancel message. | |
EditOperationType | Gets and sets the transaction type for the EditOperation. | |
ErrorMessage | Gets and sets the ErrorMessage. | |
EventToken | Provides 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. | |
ExecuteMode | Gets and sets the execute mode for the operation. Default value is ExecuteModeType.Default. | |
IsCanceled | 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. | |
IsDone | 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). | |
IsEmpty | Gets a value indicating if the EditOperation is empty. | |
IsSucceeded | Gets a value indicating if the EditOperation Succeeded. EditOperations are marked as Succeeded when ExecuteAsync() succeeds (the Task terminates with true). | |
Name | Gets and sets the string reported to the application's undo stack for this EditOperation. | |
ProgressMessage | Gets and sets the string to show while executing this operation. | |
SelectModifiedFeatures | Gets and sets whether a new selection containing only the modified features will be created by the EditOperation. | |
SelectNewFeatures | Gets and sets whether a new selection containing only the created features will be created by the EditOperation. | |
ShowModalMessageAfterFailure | Gets and sets a value to show a modal dialog if the EditOperation fails. | |
ShowProgressor | Gets and sets whether to show a progressor during an EditOperation. |