Click or drag to resize

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
Syntax
public void AddSymbItem(
	string name,
	int symb
)

public void AddSymbItem(
	string name,
	int symb
)

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