ArcGIS Pro 2.8 API Reference Guide
DuplicateParcels(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,ParcelRecord,Layer) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > DuplicateParcels Method : DuplicateParcels(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,ParcelRecord,Layer) Method
The parcel fabric layer to duplicate the selected features from.
The source layers and feature IDs of parcel features.
The parcel record that will be assigned to new features.
The target parcel type layer to duplicate the selected parcel features into.
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.
parcelRecord
The parcel record that will be assigned to new features.
destinationLayer
The target parcel type layer to duplicate the selected parcel features into.
Exceptions
ExceptionDescription
ParcelLayer, sourceFeatures, parcelRecord and destinationLayer cannot be null.
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List