ArcGIS Pro 2.9 API Reference Guide
EditOperation Class Methods


ArcGIS.Desktop.Editing Namespace : EditOperation Class

For a list of all members of this type, see EditOperation members.

Public Methods
 NameDescription
Public Method Mark the Edit Operation as aborted.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded. Create a new feature by auto-complete.  
Public MethodBuild all features in view extent of the parcel dataset.  
Public MethodBuild all features of the parcel dataset.  
Public MethodOverloaded. Registers that the edit operation will callback into the given function in the context of an edit operation.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded.   
Public Method Copies rows from source to destination member using the given IDs.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded. Create a new feature in a layer or row in a table.  
Public Method Creates a follow-on operation which will be shared with this operation on the application's undo stack.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded. Delete features or rows.  
Public MethodDelete parcel polygon features.  
Public MethodAdds an edit operation that creates a duplicate of the specified feature with given geometry offsets.  
Public MethodOverloaded.   
Public Method Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure.  
Public Method Executes the Edit, modifying the database using the instructions given to the EditOperation. Returns true upon success and false upon failure.  
Public MethodOverloaded.   
Public MethodThis 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()).  
Public MethodOverloaded. Merge features.  
Public MethodOverloaded. Modify the geometry and/or the attributes of features or rows.  
Public MethodOverloaded. Move a set of features by a vector.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public Method Attempts to Redo this EditOperation (only the most recently undone edit operation can be redone).  
Public Method Remove all attachments from a row/feature with attachment support.  
Public Method Remove an attachment from a row/feature with attachment support.  
Public MethodOverloaded. Reshape features with a geometry.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded. Scales a set of features.  
Public MethodSets an action that will be called when this editoperation is committed.  
Public Method Sets an action that will be called when this operation is done executing.  
Public MethodSets an action that will be called when this editoperation is redone.  
Public Method Sets an action that will be called when this operation is undone.  
Public MethodSet the history of the selected parcel features to current.  
Public MethodOverloaded.   
Public MethodShrink selected parcels to seeds.  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodOverloaded.   
Public MethodTransform a layer.  
Public Method Attempts to Undo this EditOperation (only the most recent edit operation can be undone).  
Public MethodOverloaded.   
Top
See Also

Reference

EditOperation Class
ArcGIS.Desktop.Editing Namespace