ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / CopyParcelLinesToParcelType Method / CopyParcelLinesToParcelType(ParcelLayer,SelectionSet,Layer,Layer,Int32,Boolean,Boolean,Boolean) Method
The parcel layer to add lines to.
The source layers and feature OIDs 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.

In This Topic
    CopyParcelLinesToParcelType(ParcelLayer,SelectionSet,Layer,Layer,Int32,Boolean,Boolean,Boolean) Method
    In This Topic
    Copy line feature to parcel type.
    Syntax

    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.
    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

    ArcGIS Pro version: 3 or higher.
    See Also