Click or drag to resize
CVOXSampleCDI Method
Sample a voxel at locations/elevations in a CDI database.

Available since Oasis montaj version: 7.2.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
A "CDI" database does not need to be conductivity/depth. It normally contains an array channel of depth values for each (X, Y) location, with corresponding data array channels of values taken at those (X, Y, Z) locations. If the optional elevation channel is used, its value is used as an offset to the depth channel values. Depths are positive down by default; use the "Negative depths down" parameter if the depths become more negative as you go deeper.
Syntax
public void SampleCDI(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	int i5,
	int i6,
	int i7,
	int i8,
	string str9
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
CDI Database handle
i2
Type: SystemInt32
Line handle
i3
Type: SystemInt32
X channel handle
i4
Type: SystemInt32
Y channel handle
i5
Type: SystemInt32
depth array channel handle
i6
Type: SystemInt32
depths sign: 0 - positive down, 1 - negative down
i7
Type: SystemInt32
elevation channel handle (can be NULLSYMB)
i8
Type: SystemInt32
interpolation mode: 0 - linear, 1 - nearest
str9
Type: SystemString
Output channel name
See Also