Click or drag to resize
CDBLineLST Method
Load a LST with database lines.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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). The LST is cleared first, and the items are sorted in logical line order.
Syntax
public void LineLST(
	CLST oLST1
)

Parameters

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