ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / DuplicateParcels Method / DuplicateParcels(ParcelLayer,SelectionSet,Guid,Layer,Int64) Method
The parcel fabric layer to duplicate the selected features from.
The source layers and feature OIDs of parcel features.
The global Id of the parcel record feature to assign to new features.
The target parcel type layer to duplicate the selected parcel features into.
The amount of times to repeat parcel duplication.

In This Topic
    DuplicateParcels(ParcelLayer,SelectionSet,Guid,Layer,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.
    recordGuid
    The global Id of the parcel record feature to assign to new features.
    destinationLayer
    The target parcel type layer to duplicate the selected parcel features into.
    repeatCount
    The amount of times to repeat parcel duplication.
    Exceptions
    ExceptionDescription
    ParcelLayer, sourceFeatures, recordGuid 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