 | CDUCopyLine Method |
Copy a line.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CopyLine(
CDB db,
int i_line,
int o_line
)
public static void CopyLine(
CDB db,
int i_line,
int o_line
)
Public Shared Sub CopyLine (
db As CDB,
i_line As Integer,
o_line As Integer
)
Public Shared Sub CopyLine (
db As CDB,
i_line As Integer,
o_line As Integer
)
public:
static void CopyLine(
CDB^ db,
int i_line,
int o_line
)
public:
static void CopyLine(
CDB^ db,
int i_line,
int o_line
)
static member CopyLine :
db : CDB *
i_line : int *
o_line : int -> unit
static member CopyLine :
db : CDB *
i_line : int *
o_line : int -> unit
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