 | CDBCSVChanLST Method |
Load a LST with channels in a comma-separated list.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CSVChanLST(
CLST lst,
string channels
)
public void CSVChanLST(
CLST lst,
string channels
)
Public Sub CSVChanLST (
lst As CLST,
channels As String
)
Public Sub CSVChanLST (
lst As CLST,
channels As String
)
public:
void CSVChanLST(
CLST^ lst,
String^ channels
)
public:
void CSVChanLST(
CLST^ lst,
String^ channels
)
member CSVChanLST :
lst : CLST *
channels : string -> unit
member CSVChanLST :
lst : CLST *
channels : string -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object to populate (construct with CreateSymbLST_DB) - channels
- Type: SystemString
Comma-separated list of channels
Remarks
The Name of the symbol is placed in the
item name and the item value is set to the symbol handle.
Only channels in the list which are present in the database
are included.
The LST is cleared first.
See Also