Click or drag to resize
CSEMPLOTSetMask Method
Set the mask channel ON or OFF.

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)
Syntax
public static void SetMask(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int selected,
	int val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mask_ch
Type: SystemString
Mask channel
mineral_ch
Type: SystemString
Mineral channel
mineral
Type: SystemString
Mineral to use ("All" or "" for all)
selected
Type: SystemInt32
0 for all lines, 1 for selected lines
val
Type: SystemInt32
0 for off, 1 for on.
See Also