 | CDBClassChanLST Method |
Load a LST with channels in a particular class.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ClassChanLST(
CLST lst,
string cl
)
public void ClassChanLST(
CLST lst,
string cl
)
Public Sub ClassChanLST (
lst As CLST,
cl As String
)
Public Sub ClassChanLST (
lst As CLST,
cl As String
)
public:
void ClassChanLST(
CLST^ lst,
String^ cl
)
public:
void ClassChanLST(
CLST^ lst,
String^ cl
)
member ClassChanLST :
lst : CLST *
cl : string -> unit
member ClassChanLST :
lst : CLST *
cl : string -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
LST object to populate (construct with CreateSymbLST_DB) - cl
- Type: SystemString
CLASS name for the channel ("" for all)
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 given class name are included,
e.g. use "ASSAY" for assay channels in CHIMERA.
The LST is cleared first, and the items are sorted by name.
See Also