Click or drag to resize
CDUCopyLineChanAcross Method
Copy a list of channels in a line from one database to another.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Existing channels in the output line will be replaced by copied channels.
Syntax
public static void CopyLineChanAcross(
	CDB oDB1,
	int i2,
	CVV oVV3,
	CDB oDB4,
	int i5
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Input Database
i2
Type: SystemInt32
Input Line [DB_LOCK_READONLY]
oVV3
Type: GeoEngine.Core.GXNetCVV
VV containing a list of channel symbols, must be of INT
oDB4
Type: GeoEngine.Core.GXNetCDB
Output Database
i5
Type: SystemInt32
Output Line [DB_LOCK_READWRITE]
See Also