 | CLSTGtSymbItem Method (Int32, String, Int32) |
Returns a channel/line/blob name and symbol from a list.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GtSymbItem(
int item,
ref string name,
ref int symb
)
public void GtSymbItem(
int item,
ref string name,
ref int symb
)
Public Sub GtSymbItem (
item As Integer,
ByRef name As String,
ByRef symb As Integer
)
Public Sub GtSymbItem (
item As Integer,
ByRef name As String,
ByRef symb As Integer
)
public:
void GtSymbItem(
int item,
String^% name,
int% symb
)
public:
void GtSymbItem(
int item,
String^% name,
int% symb
)
member GtSymbItem :
item : int *
name : string byref *
symb : int byref -> unit
member GtSymbItem :
item : int *
name : string byref *
symb : int byref -> unit
Parameters
- item
- Type: SystemInt32
Item number to get - name
- Type: SystemString
Buffer to Place Symbol name into - 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 retrieve both the name and symbol handle
for a given item, which needing to convert between types.
See Also