Click or drag to resize
CLTBGetConLST Method
Populate a LST with LTB names from matching fields.

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 key fields and the LST values will be the LTB record numbers.
Syntax
public void GetConLST(
	int i1,
	string str2,
	int i3,
	CLST oLST4
)

Parameters

i1
Type: SystemInt32
field
str2
Type: SystemString
string to match to field, must be lower-case
i3
Type: SystemInt32
See LTB_CONLSTConstant
oLST4
Type: GeoEngine.Core.GXNetCLST
list to populate
See Also