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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public double rValue(
	double d1,
	double d2,
	double d3,
	int i4
)

Parameters

d1
Type: SystemDouble
X Location
d2
Type: SystemDouble
Y Location
d3
Type: SystemDouble
Z Location
i4
Type: SystemInt32
See VOXE_EVALConstant

Return Value

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