Click or drag to resize
CLTBGetLST2 Method
Populate an LST with LTB names and values

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 come from the LTB name field and the LST values will come from value field specified.
Syntax
public void GetLST2(
	int i1,
	int i2,
	CLST oLST3
)

Parameters

i1
Type: SystemInt32
field for names, 0 for key field
i2
Type: SystemInt32
field for values, 0 for key field
oLST3
Type: GeoEngine.Core.GXNetCLST
list to populate
See Also