Click or drag to resize
CMVIEWZValue Method
Sets Z-value info.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This number is stored in map mainly for exports to other vector formats (e.g ShapeFiles) A contour map that's exported to a shape file will use this value as a Z-value attributes for its shapes.
Syntax
public void ZValue(
	double val
)

Parameters

val
Type: SystemDouble
Z-Value
See Also