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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > DuplicateParcels Method : DuplicateParcels(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,String,Layer,Int32) Method
The parcel fabric layer to duplicate the selected features from.
The source layers and feature IDs of parcel features.
The name of the parcel record feature that will be assigned to new features.
The target parcel type layer to duplicate the selected parcel features into.
The target parcel subtype assigned to the selected parcel features.
Duplicate the selected parcels.
Syntax

Parameters

parcelLayer
The parcel fabric layer to duplicate the selected features from.
sourceFeatures
The source layers and feature IDs of parcel features.
recordName
The name of the parcel record feature that will be assigned to new features.
destinationLayer
The target parcel type layer to duplicate the selected parcel features into.
destinationParcelSubtype
The target parcel subtype assigned to the selected parcel features.
Exceptions
ExceptionDescription
ParcelLayer, sourceFeatures, recordName and destinationLayer 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