Click or drag to resize
CDBMaskChanLST Method
Load a LST with mask channels.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Loads a LST with all channels with CLASS "MASK", as well as all channels containing the string "MASK", as long as the CLASS for these channels is not set to something other than "" or "MASK". This function is a duplicate of the MaskChanLST_CHIMERA function, and can be used if CHIMERA is not installed. The LST is cleared first, and the items are sorted by name. "None" is added at the end, with a handle value of "-1".
Syntax
public void MaskChanLST(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST object to populate
See Also