Click or drag to resize
CDBSelectedLineLST Method
Load a LST with the selected lines.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This method populates a LST object with all of the symbols of the selected lines in the database. 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). Symbols are automatically sorted in logical line order.
Syntax
public void SelectedLineLST(
	CLST oLST1
)

Parameters

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