Click or drag to resize
CDULoadLTB Method
Load LTB into a database line.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void LoadLTB(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	CLTB ltb,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
line
Type: SystemInt32
Line
ltb
Type: GeoEngine.Core.GXNetXCLTB
Table
mode
Type: SystemInt32
<define>DU_LOADLTB</define>
See Also