Click or drag to resize
CLSTAddSymbItem Method
Adds a channel/line/blob name and symbol to a list.

Available since Oasis montaj version: 6.2
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 add a new item without the need of coverting the handle into a string value.
Syntax
public void AddSymbItem(
	string name,
	int symb
)

Parameters

name
Type: SystemString
Name of the channel, line or blob symbol
symb
Type: SystemInt32
Symbol handle
See Also