 | CMVIEWZValue Method |
Sets Z-value info.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ZValue(
double val
)
public void ZValue(
double val
)
Public Sub ZValue (
val As Double
)
Public Sub ZValue (
val As Double
)
public:
void ZValue(
double val
)
public:
void ZValue(
double val
)
member ZValue :
val : float -> unit
member ZValue :
val : float -> unit
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