public ParcelEditToken CopyLineFeaturesToParcelType( Layer sourceLayer, IEnumerable<long> sourceIds, Layer destinationLineLayer, Layer destinationPolygonLayer, int subtypeCode )
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.