 | CDBStringChanLST Method |
Load a LST with string-type channels.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void StringChanLST(
CLST lst
)
public void StringChanLST(
CLST lst
)
Public Sub StringChanLST (
lst As CLST
)
Public Sub StringChanLST (
lst As CLST
)
public:
void StringChanLST(
CLST^ lst
)
public:
void StringChanLST(
CLST^ lst
)
member StringChanLST :
lst : CLST -> unit
member StringChanLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object to populate
Remarks
The Name of the symbol is placed in the
item name and the item value is set to the symbol handle.
Only channels with the string-type data (sChanType_DB < 0)
are included.
The LST is cleared first, and the items are sorted by name.
See Also