Click or drag to resize

CCHIMERAMaskChanLST Method

Load a LST with mask channels.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void MaskChanLST(
	CDB db,
	CLST lst
)

public static void MaskChanLST(
	CDB db,
	CLST lst
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
hDB - Database Object
lst
Type: GeoEngine.Core.GXNetCLST
LST object to populate
Remarks
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.
See Also