Click or drag to resize

CDUZMask Method

Mask dummies in one channel against another(Z) with the range Zmin/Zmax.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ZMask(
	CDB db,
	int line,
	int chan,
	int z_chan,
	double zmin,
	double zmax
)

public static void ZMask(
	CDB db,
	int line,
	int chan,
	int z_chan,
	double zmin,
	double zmax
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
line
Type: SystemInt32
Line Handle
chan
Type: SystemInt32
Channel to mask [<define>DB_LOCK_READWRITE</define>]
z_chan
Type: SystemInt32
Mask Channel [<define>DB_LOCK_READONLY</define>]
zmin
Type: SystemDouble
Min value of mask range
zmax
Type: SystemDouble
Max value of mask range
See Also