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

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
Returns a list of the available patterns. There will always be at least two items, "None" and "Solid Fill"
Syntax
public void GetLST(
	string str1,
	CLST oLST2
)

Parameters

str1
Type: SystemString
Class name ("" for all classes)
oLST2
Type: GeoEngine.Core.GXNetCLST
LST Handle
See Also