 | CLTBGetConLST Method |
Populate a LST with LTB names from matching fields.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetConLST(
int fld,
string match,
int match_type,
CLST lst
)
public void GetConLST(
int fld,
string match,
int match_type,
CLST lst
)
Public Sub GetConLST (
fld As Integer,
match As String,
match_type As Integer,
lst As CLST
)
Public Sub GetConLST (
fld As Integer,
match As String,
match_type As Integer,
lst As CLST
)
public:
void GetConLST(
int fld,
String^ match,
int match_type,
CLST^ lst
)
public:
void GetConLST(
int fld,
String^ match,
int match_type,
CLST^ lst
)
member GetConLST :
fld : int *
match : string *
match_type : int *
lst : CLST -> unit
member GetConLST :
fld : int *
match : string *
match_type : int *
lst : CLST -> unit
Parameters
- fld
- Type: SystemInt32
Field - match
- Type: SystemString
String to match to field, must be lower-case - match_type
- Type: SystemInt32
<define>LTB_CONLST</define> - 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 key fields and the
LST values will be the LTB record numbers.
See Also