ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / ReassignFeaturesToRecord Method / ReassignFeaturesToRecord(ParcelLayer,Int64,Int64,Boolean,IEnumerable<MapMember>) Method
The parcel fabric layer with the parcels to have the record reassigned.
The source record object Id.
The target record object Id.
Delete the source record.
Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.

In This Topic
    ReassignFeaturesToRecord(ParcelLayer,Int64,Int64,Boolean,IEnumerable<MapMember>) Method
    In This Topic
    Reassign parcels to another record.
    Syntax
    Public Overloads Function ReassignFeaturesToRecord( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal sourceRecordOid As Long, _
       ByVal targetRecordOid As Long, _
       ByVal deleteSourceRecord As Boolean, _
       Optional ByVal layers As IEnumerable(Of MapMember) _
    ) As ParcelEditToken

    Parameters

    parcelLayer
    The parcel fabric layer with the parcels to have the record reassigned.
    sourceRecordOid
    The source record object Id.
    targetRecordOid
    The target record object Id.
    deleteSourceRecord
    Delete the source record.
    layers
    Layers that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
    Exceptions
    ExceptionDescription
    ParcelLayer 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