Click or drag to resize

CSEMPLOTSetMask Method

Set the mask channel ON or OFF.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SetMask(
	CDB db,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int selected,
	int val
)

public static void SetMask(
	CDB db,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int selected,
	int val
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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