Click or drag to resize

CDUCopyLine Method

Copy a line.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CopyLine(
	CDB db,
	int i_line,
	int o_line
)

public static void CopyLine(
	CDB db,
	int i_line,
	int o_line
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
i_line
Type: SystemInt32
Input Line [<define>DB_LOCK_READONLY</define>]
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