Click or drag to resize

CLTB.GetLST Method

Populate an LST with LTB names

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

public void GetLST(
	int fld,
	CLST lst
)

Parameters

fld
Type: System.Int32
Field to get, 0 for key field
lst
Type: GeoEngine.Core.GXNet.CLST
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