ArcGIS Pro 3.2 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 void DeleteParcels( 
       Layer layer,
       IEnumerable<long> oids
    )
    Public Sub DeleteParcels( _
       ByVal layer As Layer, _
       ByVal oids As IEnumerable(Of Long) _
    ) 

    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also