 | 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
Syntaxpublic double rValue(
double x,
double y,
double z,
int interp
)
public double rValue(
double x,
double y,
double z,
int interp
)
Public Function rValue (
x As Double,
y As Double,
z As Double,
interp As Integer
) As Double
Public Function rValue (
x As Double,
y As Double,
z As Double,
interp As Integer
) As Double
public:
double rValue(
double x,
double y,
double z,
int interp
)
public:
double rValue(
double x,
double y,
double z,
int interp
)
member rValue :
x : float *
y : float *
z : float *
interp : int -> float
member rValue :
x : float *
y : float *
z : float *
interp : int -> float
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:
DoubleValue at the point or DUMMY if not valid
See Also