ArcGIS Pro 2.9 API Reference Guide
ChangeParcelType(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Layer,Layer) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > ChangeParcelType Method : ChangeParcelType(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Layer,Layer) Method
The parcel fabric layer that has the parcels to be changed.
The source layers and feature IDs of parcel polygon features.
The parcel layer type to change the selected parcel polygon features into.
Line layer that the editor listens to for database changes. This allows the use of the parcel edit token to return edit operation information on feature changes.
Change the parcel type of selected parcels.
Syntax

Parameters

parcelLayer
The parcel fabric layer that has the parcels to be changed.
sourceFeatures
The source layers and feature IDs of parcel polygon features.
destinationPolygonLayer
The parcel layer type to change the selected parcel polygon features into.
destinationLineLayer
Line layer that the editor listens to for database changes. This allows the use of the parcel edit token to return edit operation information on feature changes.
Exceptions
ExceptionDescription
ParcelLayer, sourceFeatures and destinationPolygonLayer cannot be null.
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List