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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public double rGetZ(
	double d1,
	double d2
)

Parameters

d1
Type: SystemDouble
X location in the grid projection
d2
Type: SystemDouble
Y location in the grid projection

Return Value

Type: Double
Grid value
See Also