Click or drag to resize
CVOXErValue Method
Get a value at a specific point

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public double rValue(
	double x,
	double y,
	double z,
	int interp
)

Parameters

x
Type: SystemDouble
X Location
y
Type: SystemDouble
Y Location
z
Type: SystemDouble
Z Location
interp
Type: SystemInt32
<define>VOXE_EVAL</define>

Return Value

Type: Double
Value at the point or DUMMY if not valid
See Also