Click or drag to resize
CDURangeXYZ Method
Find the range of X, Y and Z in selected lines.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The X, Y and Z channels should be normal (not array) channels. Only locations where all values are non-dummy are included in the calculation. If no non-dummy values are found, Dummy values are returned.
Syntax
public static void RangeXYZ(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	ref double d5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref double d10,
	ref int i11
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
i2
Type: SystemInt32
X Channel [DB_LOCK_READONLY]
i3
Type: SystemInt32
Y Channel [DB_LOCK_READONLY]
i4
Type: SystemInt32
Z Channel [DB_LOCK_READONLY]
d5
Type: SystemDouble
Minimum X (returned)
d6
Type: SystemDouble
Minimum Y (returned)
d7
Type: SystemDouble
Minimum Z (returned)
d8
Type: SystemDouble
Maximum X (returned)
d9
Type: SystemDouble
Maximum Y (returned)
d10
Type: SystemDouble
Maximum Z (returned)
i11
Type: SystemInt32
Number of data values (returned)
See Also