Click or drag to resize

CSEMPLOTSetMask Method

Set the mask channel ON or OFF.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SetMask(
	CGXNETCore gxNetShared,
	CDB db,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int selected,
	int val
)

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