Click or drag to resize
CPATGetLST Method
Copies all pattern names into a LST object.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Returns a list of the available patterns. There will always be at least two items, "None" and "Solid Fill"
Syntax
public void GetLST(
	string cl,
	CLST lst
)

Parameters

cl
Type: SystemString
Class name ("" for all classes)
lst
Type: GeoEngine.Core.GXNetXCLST
LST Handle
See Also