ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / ReassignFeaturesToRecord Method / ReassignFeaturesToRecord(ParcelLayer,ParcelRecord,ParcelRecord,Boolean,IEnumerable<MapMember>) Method
The parcel fabric layer with the parcels to have the record reassigned.
The source parcel record.
The target parcel record.
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,ParcelRecord,ParcelRecord,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.
    sourceParcelRecord
    The source parcel record.
    targetParcelRecord
    The target parcel record.
    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, sourceParcelRecord, and targetParcelRecord 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