Click or drag to resize

CDUCopyLineChanAcross Method

Copy a list of channels in a line from one database to another.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CopyLineChanAcross(
	CDB idb,
	int i_line,
	CVV vv_chan,
	CDB odb,
	int o_line
)

public static void CopyLineChanAcross(
	CDB idb,
	int i_line,
	CVV vv_chan,
	CDB odb,
	int o_line
)

Parameters

idb
Type: GeoEngine.Core.GXNetCDB
Input Database
i_line
Type: SystemInt32
Input Line [<define>DB_LOCK_READONLY</define>]
vv_chan
Type: GeoEngine.Core.GXNetCVV
VV containing a list of channel symbols, must be of INT
odb
Type: GeoEngine.Core.GXNetCDB
Output Database
o_line
Type: SystemInt32
Output Line [<define>DB_LOCK_READWRITE</define>]
Remarks
Existing channels in the output line will be replaced by copied channels.
See Also