ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / DuplicateParcels Method / DuplicateParcels(ParcelLayer,SelectionSet,Int64,Layer) Method
The parcel fabric layer to duplicate the selected features from.
The source layers and feature OIDs of parcel features.
The object Id of the parcel record feature that will be assigned to new features.
The target parcel type layer to duplicate the selected parcel features into.

In This Topic
    DuplicateParcels(ParcelLayer,SelectionSet,Int64,Layer) Method
    In This Topic
    Duplicate the selected parcels.
    Syntax
    Public Overloads Function DuplicateParcels( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal sourceFeatures As SelectionSet, _
       ByVal recordOid As Long, _
       ByVal destinationLayer As Layer _
    ) As ParcelEditToken

    Parameters

    parcelLayer
    The parcel fabric layer to duplicate the selected features from.
    sourceFeatures
    The source layers and feature OIDs of parcel features.
    recordOid
    The object Id 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.
    Exceptions
    ExceptionDescription
    ParcelLayer, sourceFeatures and destinationLayer cannot be null.
    Insufficient license. This method requires a standard license.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also