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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 d1
)

Parameters

d1
Type: SystemDouble
Z-Value
See Also