public ParcelEditToken CopyParcelLinesToParcelType( ParcelLayer parcelLayer, SelectionSet sourceFeatures, Layer destinationLineLayer, Layer destinationPolygonLayer, int parcelSubtype, bool markParentsAsHistoric, bool useSourceLineAttributes, bool useSourcePolygonAttributes )
Public Overloads Function CopyParcelLinesToParcelType( _ ByVal parcelLayer As ParcelLayer, _ ByVal sourceFeatures As SelectionSet, _ ByVal destinationLineLayer As Layer, _ ByVal destinationPolygonLayer As Layer, _ ByVal parcelSubtype As Integer, _ Optional ByVal markParentsAsHistoric As Boolean, _ Optional ByVal useSourceLineAttributes As Boolean, _ Optional ByVal useSourcePolygonAttributes As Boolean _ ) As ParcelEditToken
Parameters
- parcelLayer
- The parcel layer to add lines to.
- sourceFeatures
- The source layers and feature OIDs of parcel features.
- destinationLineLayer
- Line layer that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
- destinationPolygonLayer
- The destination parcel layer type.
- parcelSubtype
- The parcel subtype (if any) for new parcel seeds.
- markParentsAsHistoric
- If parcels are within the same parceltype, then parent features have their historic attributes updated.
- useSourceLineAttributes
- Use source line attributes when creating new parcel lines.
- useSourcePolygonAttributes
- Use source polygon attributes when creating new parcel seeds.