 | CDUCopyLineChanAcross Method |
Copy a list of channels in 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 CopyLineChanAcross(
CDB idb,
int i_line,
CVV vv_chan,
CDB odb,
int o_line
)
public static void CopyLineChanAcross(
CDB idb,
int i_line,
CVV vv_chan,
CDB odb,
int o_line
)
Public Shared Sub CopyLineChanAcross (
idb As CDB,
i_line As Integer,
vv_chan As CVV,
odb As CDB,
o_line As Integer
)
Public Shared Sub CopyLineChanAcross (
idb As CDB,
i_line As Integer,
vv_chan As CVV,
odb As CDB,
o_line As Integer
)
public:
static void CopyLineChanAcross(
CDB^ idb,
int i_line,
CVV^ vv_chan,
CDB^ odb,
int o_line
)
public:
static void CopyLineChanAcross(
CDB^ idb,
int i_line,
CVV^ vv_chan,
CDB^ odb,
int o_line
)
static member CopyLineChanAcross :
idb : CDB *
i_line : int *
vv_chan : CVV *
odb : CDB *
o_line : int -> unit
static member CopyLineChanAcross :
idb : CDB *
i_line : int *
vv_chan : CVV *
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>] - vv_chan
- Type: GeoEngine.Core.GXNetCVV
VV containing a list of channel symbols, must be of INT - 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