Click or drag to resize
CDBSymbLST Method
Populate a LST with database symbols.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Populates a LST with channel, line, blob or user 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). Line symbols are automatically sorted in logical line order. NOTE: The LST is NOT cleared before being filled. If you want to clear the LST and get sorted values, use the ChanLST_DB and LineLST_DB functions.
Syntax
public void SymbLST(
	CLST oLST1,
	int i2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
List to Populate
i2
Type: SystemInt32
See DB_SYMB_TYPEConstant
See Also