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

ArcGIS.Desktop.Editing Namespace > EditOperation Class > ReassignFeaturesToRecord Method : ReassignFeaturesToRecord(ParcelLayer,Guid,Guid,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
Public Overloads Function ReassignFeaturesToRecord( _
   ByVal parcelLayer As ParcelLayer, _
   ByVal sourceRecord As Guid, _
   ByVal targetRecord As Guid, _
   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.
sourceRecord
The source record Guid.
targetRecord
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, sourceRecord, and targetRecord 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