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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 str1,
	int i2
)

Parameters

str1
Type: SystemString
Name of the channel, line or blob symbol
i2
Type: SystemInt32
symbol handle
See Also