Click or drag to resize
CDUCopyLine Method
Copy a line.

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 CopyLine(
	CDB oDB1,
	int i2,
	int i3
)

Parameters

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