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

Available since Oasis montaj version: 5.0.7
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.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 has been duplicated by MaskChanLST_DB, which is safe to use in applications which do not have CHIMERA loaded.
Syntax
public static void MaskChanLST(
	CDB oDB1,
	CLST oLST2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
hDB - Database Object
oLST2
Type: GeoEngine.Core.GXNetCLST
LST object to populate
See Also