GM_ElevationOverrides_t Structure
This type represents any adjustments to apply to elevation values within a gridded elevation layer.

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    struct
                                    GM_ElevationOverrides_t
                                

The GM_ElevationOverrides_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
Fields
NameDescription
Public fieldmElevUnits
Native elevation units for file.
Public fieldmLayerShader
Name of elevation shader to use for layer (NULL for default shared shader)
Public fieldmMaxElev
Maximum valid elevation (meters)
Public fieldmMinElev
Minimum valid elevation (meters)
Public fieldmOffset
Offset to apply to elevations in meters
Public fieldmScale
Scale factor to apply
Public fieldmVoidElev
Elevation to use for void values
Top
Properties
NameDescription
Public propertymClampVals
Clamp out of range values to specified min/max
Public propertymMaxValid
Is the new maximum elevation valid
Public propertymMinValid
Is the new minimum elevation valid
Public propertymVoidValid
Is the void elevation value valid?
Top
See Also