public ParcelEditToken ReassignFeaturesToRecord( ParcelLayer parcelLayer, ParcelRecord sourceParcelRecord, ParcelRecord targetParcelRecord, bool deleteSourceRecord, IEnumerable<MapMember> layers )
Public Overloads Function ReassignFeaturesToRecord( _ ByVal parcelLayer As ParcelLayer, _ ByVal sourceParcelRecord As ParcelRecord, _ ByVal targetParcelRecord As ParcelRecord, _ 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.
- 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.