ArcGIS Pro 2.6 API Reference Guide
Delete(Table,Int64) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > Delete Method : Delete(Table,Int64) Method
The table of the row to delete.
The FeatureID of the row to delete.
Delete a row. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void Delete( 
   Table table,
   long oid
)
Public Overloads Sub Delete( _
   ByVal table As Table, _
   ByVal oid As Long _
) 

Parameters

table
The table of the row to delete.
oid
The FeatureID of the row to delete.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EditOperation Class
EditOperation Members
Overload List