Name | Description | |
---|---|---|
![]() | CancelMessage | Gets and sets the cancel message. |
![]() | EditOperationType | Gets or sets the transaction type for the EditOperation. |
![]() | ErrorMessage | Gets or 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. |
![]() | IsCancelled | EditOperations are marked as Cancelled when they have been Executed but cancelled before completing and not performed. |
![]() | IsDone | 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 | EditOperations are marked as Succeeded when ExecuteAsync() succeeds (the Task terminates with true). |
![]() | Name | The string reported to the application's undo stack for this EditOperation. |
![]() | ProgressMessage | The string to show while executing this operation. |
![]() | SelectModifiedFeatures | Gets and sets whether to select features that are modified by an EditOperation. |
![]() | SelectNewFeatures | Gets and sets whether to select new features that are created by an EditOperation. |
![]() | ShowModalMessageAfterFailure | 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. |
![]() | ShowProgressor | Gets and sets whether to show a progressor during an EditOperation. |