Click or drag to resize

CIMGrGetZ Method

Gets the grid value at a point

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public double rGetZ(
	double x,
	double y
)

public double rGetZ(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X location in the grid projection
y
Type: SystemDouble
Y location in the grid projection

Return Value

Type: Double
Grid value
See Also