 | CDUCopyLineAcross Method |
Copy a line from one database to another.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void CopyLineAcross(
CDB idb,
int i_line,
CDB odb,
int o_line
)
public static void CopyLineAcross(
CDB idb,
int i_line,
CDB odb,
int o_line
)
Public Shared Sub CopyLineAcross (
idb As CDB,
i_line As Integer,
odb As CDB,
o_line As Integer
)
Public Shared Sub CopyLineAcross (
idb As CDB,
i_line As Integer,
odb As CDB,
o_line As Integer
)
public:
static void CopyLineAcross(
CDB^ idb,
int i_line,
CDB^ odb,
int o_line
)
public:
static void CopyLineAcross(
CDB^ idb,
int i_line,
CDB^ odb,
int o_line
)
static member CopyLineAcross :
idb : CDB *
i_line : int *
odb : CDB *
o_line : int -> unit
static member CopyLineAcross :
idb : CDB *
i_line : int *
odb : CDB *
o_line : int -> unit
Parameters
- idb
- Type: GeoEngine.Core.GXNetCDB
Input Database - i_line
- Type: SystemInt32
Input Line [<define>DB_LOCK_READONLY</define>] - odb
- Type: GeoEngine.Core.GXNetCDB
Output Database - 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