ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / DeleteParcels Method
A parcel type layer.
The objectIDs of the features to delete.

In This Topic
    DeleteParcels Method
    In This Topic
    Delete parcel polygon features.
    Syntax
    Public Sub DeleteParcels( _
       ByVal layer As Layer, _
       ByVal oids As IEnumerable(Of Long) _
    ) 
    public void DeleteParcels( 
       Layer layer,
       IEnumerable<long> oids
    )

    Parameters

    layer
    A parcel type layer.
    oids
    The objectIDs of the features to delete.
    Exceptions
    ExceptionDescription
    Insufficient license. This method requires a standard license.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also