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.
public void DeleteParcels( Layer layer, IEnumerable<long> oids )
Public Sub DeleteParcels( _ ByVal layer As Layer, _ ByVal oids As IEnumerable(Of Long) _ )
Exception | Description |
---|---|
ArcGIS.Core.Licensing.Exceptions.LicenseException | Insufficient license. This method requires a standard license. |
Target Platforms: Windows 11, Windows 10