 | CDBLineLST Method |
Load a LST with database lines.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void LineLST(
CLST lst
)
public void LineLST(
CLST lst
)
Public Sub LineLST (
lst As CLST
)
Public Sub LineLST (
lst As CLST
)
public:
void LineLST(
CLST^ lst
)
public:
void LineLST(
CLST^ lst
)
member LineLST :
lst : CLST -> unit
member LineLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
List to Populate (construct with CreateSymbLST_DB)
Remarks
Populates a LST with channel symbols.
The name is put into the "Name" part of the LST (0),
and the handle, an integer value written as a string, is
placed in the value part of the LST (1).
The LST is cleared first, and the items are sorted in logical line order.
See Also