ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / DuplicateParcels Method / DuplicateParcels(ParcelLayer,SelectionSet,String,Layer,Int32,Int64,String,Int64,Int64) Method
The parcel fabric layer to duplicate the selected features from.
The source layers and feature OIDs 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.
The amount of times to repeat parcel duplication.
The incrementable field to update.
The value to start incrementing from.
The size of the increment step to take on the next duplication.

In This Topic
    DuplicateParcels(ParcelLayer,SelectionSet,String,Layer,Int32,Int64,String,Int64,Int64) Method
    In This Topic
    Duplicate the selected parcels.
    Syntax

    Parameters

    parcelLayer
    The parcel fabric layer to duplicate the selected features from.
    sourceFeatures
    The source layers and feature OIDs 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.
    repeatCount
    The amount of times to repeat parcel duplication.
    updateField
    The incrementable field to update.
    startValue
    The value to start incrementing from.
    incrementValue
    The size of the increment step to take on the next duplication.
    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

    ArcGIS Pro version: 3.1 or higher.
    See Also