Click or drag to resize
CLPTGetStandardLST Method
Copies the six standard line types into a LST object.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The six standard line types are "solid", "long dash", "dotted", "short dash", "long, short dash" and "dash dot".
Syntax
public void GetStandardLST(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST Handle
See Also