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