ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / ReassignFeaturesToRecord Method / ReassignFeaturesToRecord(ParcelLayer,String,String,Boolean,IEnumerable<MapMember>) Method
The parcel fabric layer with the parcels to have the record reassigned.
The source record name.
The target record name.
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,String,String,Boolean,IEnumerable<MapMember>) Method
    In This Topic
    Reassign parcels to another record.
    Syntax

    Parameters

    parcelLayer
    The parcel fabric layer with the parcels to have the record reassigned.
    sourceRecordName
    The source record name.
    targetRecordName
    The target record name.
    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, sourceRecordName, and targetRecordName 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