ArcGIS Pro 2.9 API Reference Guide
ReassignFeaturesToRecord(ParcelLayer,ParcelRecord,ParcelRecord,Boolean,IEnumerable<MapMember>) Method

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 record Guid.
The target record Guid.
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.
Reassign parcels to another record.
Syntax

Parameters

parcelLayer
The parcel fabric layer with the parcels to have the record reassigned.
sourceParcelRecord
The source record Guid.
targetParcelRecord
The target record Guid.
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, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List