ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class


In This Topic
    EditOperation Class Methods
    In This Topic

    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 parcel features within the given extent of the parcel layer.  
    Public MethodBuild parcel features that are assigned to the specified record.  
    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 the specified rows from the source mapMember to the destination mapMember.  
    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 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 MethodReconstruct all parcel seeds within the given extent of the parcel layer.  
    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.   
    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 MethodOverloaded.   
    Public Method Attempts to Undo this EditOperation (only the most recent edit operation can be undone).  
    Public MethodOverloaded.   
    Top
    See Also