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

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

Parameters

fld_n
Type: SystemInt32
Field for names, 0 for key field
fld_v
Type: SystemInt32
Field for values, 0 for key field
lst
Type: GeoEngine.Core.GXNetXCLST
List to populate
See Also