Click or drag to resize
CDUZMask Method
Mask dummies in one channel against another(Z) with the range Zmin/Zmax.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void ZMask(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	double d5,
	double d6
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
Line Handle
i3
Type: SystemInt32
Channel to mask [DB_LOCK_READWRITE]
i4
Type: SystemInt32
Mask Channel [DB_LOCK_READONLY]
d5
Type: SystemDouble
Min value of mask range
d6
Type: SystemDouble
Max value of mask range
See Also