Click or drag to resize

CLTBGetLST Method

Populate an LST with LTB names

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

public void GetLST(
	int fld,
	CLST lst
)

Parameters

fld
Type: SystemInt32
Field to get, 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 be the LTB fields and the LST values will be the LTB record numbers.
See Also