ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / Delete Method / Delete(SelectionSet) Method
The set of rows to delete.

In This Topic
    Delete(SelectionSet) Method
    In This Topic
    Delete the set of rows.
    Syntax
    Public Overloads Sub Delete( _
       ByVal rows As SelectionSet _
    ) 
    public void Delete( 
       SelectionSet rows
    )

    Parameters

    rows
    The set of rows to delete.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also