Click or drag to resize
CSEMPLOTApplyFilterToMask Method
Apply the filter to the mask channel

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The mask channel is updated for the current data to reflect the actions of the filter. Those values passing get 1, those failing get 0.
Syntax
public static void ApplyFilterToMask(
	CGXNETCore gxNetShared,
	CDB db,
	string filter,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int mode
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
filter
Type: SystemString
Filter name
mask_ch
Type: SystemString
Mask channel name
mineral_ch
Type: SystemString
Mineral channel name
mineral
Type: SystemString
Mineral to use ("All" or "" for all)
mode
Type: SystemInt32
Mask mode (0: Append, 1: New)
See Also