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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	int i2,
	CLTB oLTB3,
	int i4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
line
oLTB3
Type: GeoEngine.Core.GXNetCLTB
table
i4
Type: SystemInt32
See DU_LOADLTBConstant
See Also