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

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 key fields and the LST values will be the LTB record numbers.
Syntax
public void GetConLST(
	int fld,
	string match,
	int match_type,
	CLST lst
)

Parameters

fld
Type: SystemInt32
Field
match
Type: SystemString
String to match to field, must be lower-case
match_type
Type: SystemInt32
<define>LTB_CONLST</define>
lst
Type: GeoEngine.Core.GXNetXCLST
List to populate
See Also