public ParcelEditToken ChangeParcelType( ParcelLayer parcelLayer, SelectionSet sourceFeatures, Layer destinationPolygonLayer, int destinationParcelSubtype, Layer destinationLineLayer )
Public Overloads Function ChangeParcelType( _ ByVal parcelLayer As ParcelLayer, _ ByVal sourceFeatures As SelectionSet, _ ByVal destinationPolygonLayer As Layer, _ ByVal destinationParcelSubtype As Integer, _ 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 OIDs of parcel polygon features.
- destinationPolygonLayer
- The parcel layer type to change the selected parcel polygon features into.
- destinationParcelSubtype
- The target parcel subtype (if any) to assign to the selected parcel polygon features.
- 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.