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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 fld,
	CLST lst
)

Parameters

fld
Type: SystemInt32
Field to get, 0 for key field
lst
Type: GeoEngine.Core.GXNetXCLST
List to populate
See Also