Click or drag to resize
CLTBCreate Method
Creates a LTB object from a file.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the file has no header, field names are assumed to be "0", "1", etc.
Syntax
public static CLTB Create(
	string str1,
	int i2,
	int i3,
	string str4
)

Parameters

str1
Type: SystemString
file name, .csv assumed, searched locally then in GEOSOFT.
i2
Type: SystemInt32
See LTB_TYPEConstant
i3
Type: SystemInt32
See LTB_DELIMConstant
str4
Type: SystemString
Key to find if only one record required, "" to read entire table.

Return Value

Type: CLTB
x - Handle to LTB object NULL - Error of some kind
See Also