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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
hDB - Database Object
lst
Type: GeoEngine.Core.GXNetXCLST
LST object to populate
See Also