Click or drag to resize

CLTBGetLST2 Method

Populate an LST with LTB names and values

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetLST2(
	int fld_n,
	int fld_v,
	CLST lst
)

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