Click or drag to resize

CVOXErValue Method

Get a value at a specific point

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

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