Click or drag to resize
CDUCopyLineAcross Method
Copy 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 CopyLineAcross(
	CDB oDB1,
	int i2,
	CDB oDB3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Input Database
i2
Type: SystemInt32
Input Line [DB_LOCK_READONLY]
oDB3
Type: GeoEngine.Core.GXNetCDB
Output Database
i4
Type: SystemInt32
Output Line [DB_LOCK_READWRITE]
See Also