ArcGIS Pro 2.8 API Reference Guide
CopyLineFeaturesToParcelType(Layer,IEnumerable<Int64>,Layer,Layer,Int32) Method

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 ids to copy.
Destination line layer where rows will be copied.
Destination polygon layer.
Optional subtype code set on destination features.
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 sourceIds 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.
sourceIds
Source row ids 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 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members
Overload List