 | CDBSymbLST Method |
Populate a LST with database symbols.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SymbLST(
CLST lst,
int type
)
public void SymbLST(
CLST lst,
int type
)
Public Sub SymbLST (
lst As CLST,
type As Integer
)
Public Sub SymbLST (
lst As CLST,
type As Integer
)
public:
void SymbLST(
CLST^ lst,
int type
)
public:
void SymbLST(
CLST^ lst,
int type
)
member SymbLST :
lst : CLST *
type : int -> unit
member SymbLST :
lst : CLST *
type : int -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
List to Populate (construct with CreateSymbLST_DB) - type
- Type: SystemInt32
<define>DB_SYMB_TYPE</define>
Remarks
Populates a LST with channel, line, blob or user 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).
Line symbols are automatically sorted in logical line order.
NOTE: The LST is NOT cleared before being filled. If you
want to clear the LST and get sorted values, use the
ChanLST_DB and LineLST_DB functions.
See Also