ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Delete Method / Delete(Table,Int64) Method
The table of the row to delete.
The objectID of the row to delete.

In This Topic
    Delete(Table,Int64) Method
    In This Topic
    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 objectID of the row to delete.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also