ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / CopyLineFeaturesToParcelType Method / CopyLineFeaturesToParcelType(Layer,IEnumerable<Int64>,Layer,Layer,Int32) Method
Source member where rows will be copied from.
Source row oids to copy.
Destination line layer where rows will be copied.
Destination polygon layer.
Optional subtype code set on destination features.

In This Topic
    CopyLineFeaturesToParcelType(Layer,IEnumerable<Int64>,Layer,Layer,Int32) Method
    In This Topic
    Copies rows with the given IDs from the source to the destination. This function is for copying lines to parcel fabrics. Lines forming enclosed areas will have parcel seeds created within each area.
    Syntax
    Public Overloads Function CopyLineFeaturesToParcelType( _
       ByVal sourceLayer As Layer, _
       ByVal sourceOIDs As IEnumerable(Of Long), _
       ByVal destinationLineLayer As Layer, _
       ByVal destinationPolygonLayer As Layer, _
       ByVal subtypeCode As Integer _
    ) As ParcelEditToken

    Parameters

    sourceLayer
    Source member where rows will be copied from.
    sourceOIDs
    Source row oids to copy.
    destinationLineLayer
    Destination line layer where rows will be copied.
    destinationPolygonLayer
    Destination polygon layer.
    subtypeCode
    Optional subtype code set on destination features.
    Exceptions
    ExceptionDescription
    SourceLayer, sourceIds, destinationLayerLayer and destinationPolygonLayer 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