Click or drag to resize

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
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