Click or drag to resize
CDBChanLST Method
Load a LST with database channels.

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
Populates a LST with channel symbols. The name is put into the "Name" part of the LST (0), and the handle, an integer value written as a string, is placed in the value part of the LST (1). Array channels are included, as well as virtual channels (array channel single columns loaded in the database like \"Chan[1]\". The LST is cleared first, and the items are sorted by name.
Syntax
public void ChanLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List to Populate
See Also