Click or drag to resize

CLTBGetConLST Method

Populate a LST with LTB names from matching fields.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetConLST(
	int fld,
	string match,
	int match_type,
	CLST lst
)

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
Remarks
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.
See Also