 | CLSTAddSymbItem Method |
Adds a channel/line/blob name and symbol to a list.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AddSymbItem(
string name,
int symb
)
public void AddSymbItem(
string name,
int symb
)
Public Sub AddSymbItem (
name As String,
symb As Integer
)
Public Sub AddSymbItem (
name As String,
symb As Integer
)
public:
void AddSymbItem(
String^ name,
int symb
)
public:
void AddSymbItem(
String^ name,
int symb
)
member AddSymbItem :
name : string *
symb : int -> unit
member AddSymbItem :
name : string *
symb : int -> unit
Parameters
- name
- Type: SystemString
Name of the channel, line or blob symbol - symb
- Type: SystemInt32
Symbol handle
Remarks
A number of DB functions return LSTs with the channel
or line name in the "Name" part of a LST, and the
handle (DB_SYMB) in the value part. This function lets
you quickly add a new item without the need of coverting
the handle into a string value.
See Also