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

DeleteParcels Method
Delete parcel polygon features.
Syntax
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, Windows 10, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also