ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Delete Method / Delete(Table,IEnumerable<Int64>) Method
The table of the rows to delete.
The set of objectIDs of the rows to delete.

In This Topic
    Delete(Table,IEnumerable<Int64>) Method
    In This Topic
    Delete rows. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Delete( 
       Table table,
       IEnumerable<long> oids
    )
    Public Overloads Sub Delete( _
       ByVal table As Table, _
       ByVal oids As IEnumerable(Of Long) _
    ) 

    Parameters

    table
    The table of the rows to delete.
    oids
    The set of objectIDs of the rows to delete.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also