Name | Description | |
---|---|---|
EditOperation Constructor | Constructs a new EditOperation representing an edit to be performed against the Geodatabase. |
The following tables list the members exposed by EditOperation.
Name | Description | |
---|---|---|
EditOperation Constructor | Constructs a new EditOperation representing an edit to be performed against the Geodatabase. |
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. |
Name | Description | |
---|---|---|
Abort | Mark the Edit Operation as aborted. | |
AddAttachment | Overloaded. | |
AutoComplete | Overloaded. Create a new feature by auto-complete. | |
Callback | Overloaded. Registers that the edit operation will callback into the given function in the context of an edit operation. | |
Clip | Clip a feature with a geometry. | |
ConstructPolygons | Overloaded. | |
Copy | Copies rows from source to destination member using the given IDs. | |
Create | Overloaded. Create a new feature in a layer or row in a table. | |
CreateChainedOperation | Creates a follow-on operation which will be shared with this operation on the application's undo stack. | |
CreateEx | Overloaded. | |
Delete | Overloaded. Delete features or rows. | |
Duplicate | Adds an edit operation that creates a duplicate of the specified feature with given geometry offsets. | |
Execute | Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure. | |
ExecuteAsync | Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure. | |
Explode | Overloaded. | |
GetAwaiter | This method is intended for compiler use rather than for use in application code. The presence of this method allows an EditOperation to be 'await'-ed like a Task (the Task returned by calling ExecuteAsync()). | |
Merge | Overloaded. Merge features. | |
Modify | Overloaded. Modify the geometry and/or the attributes of features or rows. | |
Move | Overloaded. Move a set of features by a vector. | |
Planarize | Overloaded. | |
RedoAsync | Attempts to Redo this EditOperation (only the most recently undone edit operation can be redone). | |
RemoveAllAttachments | Remove all attachments from a row/feature with attachment support. | |
RemoveAttachment | Remove an attachment from a row/feature with attachment support. | |
Reshape | Overloaded. Reshape features with a geometry. | |
Rotate | Overloaded. | |
Rubbersheet | ||
Scale | Overloaded. Scales a set of features. | |
SetOnComitted | Sets an action that will be called when this editoperation is committed. | |
SetOnComplete | Sets an action that will be called when this operation is done executing. | |
SetOnRedone | Sets an action that will be called when this editoperation is redone. | |
SetOnUndone | Sets an action that will be called when this operation is undone. | |
Split | Overloaded. | |
TransferAttributes | Overloaded. | |
Transform | Overloaded. | |
TransformAffine | Transform a layer. | |
UndoAsync | Attempts to Undo this EditOperation (only the most recent edit operation can be undone). | |
UpdateAttachment | Overloaded. |