 | 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
Syntaxpublic void GetLST(
int fld,
CLST lst
)
public void GetLST(
int fld,
CLST lst
)
Public Sub GetLST (
fld As Integer,
lst As CLST
)
Public Sub GetLST (
fld As Integer,
lst As CLST
)
public:
void GetLST(
int fld,
CLST^ lst
)
public:
void GetLST(
int fld,
CLST^ lst
)
member GetLST :
fld : int *
lst : CLST -> unit
member GetLST :
fld : int *
lst : CLST -> unit
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