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