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

Available since Oasis montaj version: 8.1.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 Z and Data channels may be array channels, but both must have the same number of columns. Only values where all channels are non-dummy (or, for VA channels, where the Z or Data value are defined) are included in the calculation. If no non-dummy values are found, Dummy values are returned. This function is optimized for cases where Z and Data are array channels with many columns (e.g. 32 or more columns).
Syntax
public static void RangeXYZData(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	ref double d6,
	ref double d7,
	ref double d8,
	ref double d9,
	ref double d10,
	ref double d11,
	ref double d12,
	ref double d13,
	ref int i14
)

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]
i5
Type: SystemInt32
Data Channel [DB_LOCK_READONLY]
d6
Type: SystemDouble
Minimum X (returned)
d7
Type: SystemDouble
Minimum Y (returned)
d8
Type: SystemDouble
Minimum Z (returned)
d9
Type: SystemDouble
Minimum Data value (returned)
d10
Type: SystemDouble
Maximum X (returned)
d11
Type: SystemDouble
Maximum Y (returned)
d12
Type: SystemDouble
Maximum Z (returned)
d13
Type: SystemDouble
Maximum Data value (returned)
i14
Type: SystemInt32
Number of data values (returned)
See Also