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