ArcGIS Pro 2.9 API Reference Guide
CopyParcelLinesToParcelType(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Layer,Layer,Int32,Boolean,Boolean,Boolean) Method

ArcGIS.Desktop.Editing Namespace > EditOperation Class > CopyParcelLinesToParcelType Method : CopyParcelLinesToParcelType(ParcelLayer,IEnumerable<KeyValuePair<MapMember,List<Int64>>>,Layer,Layer,Int32,Boolean,Boolean,Boolean) Method
The parcel layer to add lines to.
The source layers and feature IDs of parcel features.
Line layer that the editor listens to for database changes. This allows edit operations like SelectNewFeatures, SelectModifiedFeatures to act on feature changes.
The destination parcel layer type.
The parcel subtype (if any) for new parcel seeds.
If parcels are within the same parceltype, then parent features have their historic attributes updated.
Use source line attributes when creating new parcel lines.
Use source polygon attributes when creating new parcel seeds.
Copy line feature to parcel type.
Syntax

Parameters

parcelLayer
The parcel layer to add lines to.
sourceFeatures
The source layers and feature IDs 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.
Exceptions
ExceptionDescription
ParcelLayer, sourceFeatures, destinationLayer and destinationLines cannot be null.
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List