Click or drag to resize
CIMGrGetZ Method
Gets the grid value at a point

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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