Click or drag to resize
CLTBGetLST Method
Populate an LST with LTB names

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
The LST object will be in the order of the file. The LST names will be the LTB fields and the LST values will be the LTB record numbers.
Syntax
public void GetLST(
	int i1,
	CLST oLST2
)

Parameters

i1
Type: SystemInt32
field to get, 0 for key field
oLST2
Type: GeoEngine.Core.GXNetCLST
list to populate
See Also