public ParcelEditToken ChangeParcelType( ParcelLayer parcelLayer, IEnumerable<KeyValuePair<MapMember,List<long>>> sourceFeatures, Layer destinationPolygonLayer, Layer destinationLineLayer )
Public Overloads Function ChangeParcelType( _ ByVal parcelLayer As ParcelLayer, _ ByVal sourceFeatures As IEnumerable(Of KeyValuePair(Of MapMember,List(Of Long))), _ ByVal destinationPolygonLayer As Layer, _ Optional ByVal destinationLineLayer As Layer _ ) As ParcelEditToken
Parameters
- parcelLayer
- The parcel fabric layer that has the parcels to be changed.
- sourceFeatures
- The source layers and feature IDs of parcel polygon features.
- destinationPolygonLayer
- The parcel layer type to change the selected parcel polygon features into.
- destinationLineLayer
- Line layer that the editor listens to for database changes. This allows the use of the parcel edit token to return edit operation information on feature changes.