public ParcelEditToken CopyLineFeaturesToParcelType( Layer sourceLayer, IEnumerable<long> sourceIds, Layer destinationLineLayer, Layer destinationPolygonLayer )
Public Overloads Function CopyLineFeaturesToParcelType( _ ByVal sourceLayer As Layer, _ ByVal sourceIds As IEnumerable(Of Long), _ ByVal destinationLineLayer As Layer, _ ByVal destinationPolygonLayer As Layer _ ) 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.