Click or drag to resize

CMVIEWZValue Method

Sets Z-value info.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ZValue(
	double val
)

public void ZValue(
	double val
)

Parameters

val
Type: SystemDouble
Z-Value
Remarks
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.
See Also