 | CIMGrGetZ Method |
Gets the grid value at a point
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic double rGetZ(
double x,
double y
)
public double rGetZ(
double x,
double y
)
Public Function rGetZ (
x As Double,
y As Double
) As Double
Public Function rGetZ (
x As Double,
y As Double
) As Double
public:
double rGetZ(
double x,
double y
)
public:
double rGetZ(
double x,
double y
)
member rGetZ :
x : float *
y : float -> float
member rGetZ :
x : float *
y : float -> float
Parameters
- x
- Type: SystemDouble
X location in the grid projection - y
- Type: SystemDouble
Y location in the grid projection
Return Value
Type:
DoubleGrid value
See Also