Click or drag to resize
CVOXSampleCDIToTopography Method
Sample a voxel at fixed elevations along a path in a CDI database, and output them to an array channel, deleting leading dummy values, and writing the elevation of the first non-dummy item to a topography channel.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void SampleCDIToTopography(
	CDB oDB1,
	int i2,
	int i3,
	int i4,
	CVV oVV5,
	int i6,
	string str7,
	string str8
)

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
oVV5
Type: GeoEngine.Core.GXNetCVV
Z values to sample at each X, Y
i6
Type: SystemInt32
interpolation mode: 0 - linear, 1 - nearest
str7
Type: SystemString
Output data array channel name
str8
Type: SystemString
Output topography channel name
See Also