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
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Existing channels in the output line will be replaced by copied channels.
Syntax
public static void CopyLineChanAcross(
	CGXNETCore gxNetShared,
	CDB idb,
	int i_line,
	CVV vv_chan,
	CDB odb,
	int o_line
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
idb
Type: GeoEngine.Core.GXNetXCDB
Input Database
i_line
Type: SystemInt32
Input Line [<define>DB_LOCK_READONLY</define>]
vv_chan
Type: GeoEngine.Core.GXNetXCVV
VV containing a list of channel symbols, must be of INT
odb
Type: GeoEngine.Core.GXNetXCDB
Output Database
o_line
Type: SystemInt32
Output Line [<define>DB_LOCK_READWRITE</define>]
See Also