Click or drag to resize
CDBClassGroupLST Method
Load a LST with group lines in a particular class.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The Name of the symbol is placed in the item name and the item value is set to the symbol handle. Only group lines with the given class name are included, e.g. use "TARGETS" for UX-Detect Target groups. The LST is cleared first, and the items are sorted by name.
Syntax
public void ClassGroupLST(
	CLST oLST1,
	string str2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST object to populate
str2
Type: SystemString
CLASS name for the group ("" for all)
See Also