 | CDULoadLTB Method |
Load LTB into a database line.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadLTB(
CDB db,
int line,
CLTB ltb,
int mode
)
public static void LoadLTB(
CDB db,
int line,
CLTB ltb,
int mode
)
Public Shared Sub LoadLTB (
db As CDB,
line As Integer,
ltb As CLTB,
mode As Integer
)
Public Shared Sub LoadLTB (
db As CDB,
line As Integer,
ltb As CLTB,
mode As Integer
)
public:
static void LoadLTB(
CDB^ db,
int line,
CLTB^ ltb,
int mode
)
public:
static void LoadLTB(
CDB^ db,
int line,
CLTB^ ltb,
int mode
)
static member LoadLTB :
db : CDB *
line : int *
ltb : CLTB *
mode : int -> unit
static member LoadLTB :
db : CDB *
line : int *
ltb : CLTB *
mode : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - line
- Type: SystemInt32
Line - ltb
- Type: GeoEngine.Core.GXNetCLTB
Table - mode
- Type: SystemInt32
<define>DU_LOADLTB</define>
Remarks
A new channel will be created for all LTB fields
that do not already exist.
The LTB field type will be double if all entries can be
converted to double, otherwise it will be a string type
set to the larger of 16 characters or the longest string
in the field.
For _APPEND, the LTB data is simply added the end of each
channel. ReFidAllCh_DU can be used to re-fid data to
match a specifc channel and there-by case all channels to be
the same length before appending data.
See Also