Click or drag to resize
CLSTGtSymbItem Method (Int32, String, Int32, Int32)
Returns a channel/line/blob name and symbol from a list.

Available since Oasis montaj version: 6.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void GtSymbItem(
	int item,
	ref string name,
	int size,
	ref int symb
)

Parameters

item
Type: SystemInt32
Item number to get
name
Type: SystemString
Buffer to Place Symbol name into
size
Type: SystemInt32
Size of the buffer
symb
Type: SystemInt32
Symbol handle
See Also