Click or drag to resize

GM_AreaElevStats_t Structure

This type is used for returning the calculated elevation statistics within an area

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_AreaElevStats_t

The GM_AreaElevStats_t type exposes the following members.

Fields
  NameDescription
Public fieldmAvgElev
Average elevation in meters
Public fieldmAvgSlope
Average slope in degrees
Public fieldmMaxElev
Maximum elevation in meters
Public fieldmMaxSlope
Maximum slope in degrees
Public fieldmMinElev
Minimum elevation in meters
Public fieldmModeElev
Approximate mode value of elevation in meters
Public fieldmNumIgnoredSamples
Number of samples that were ignored due to being outside the crop areas or having no elevation
Public fieldmNumSamples
Number of locations sampled to compute statistics
Public fieldmSize
Size of structure
Public fieldmStdDevElev
Standard deviation of elevation in meters
Public fieldmStdDevSlope
Standard deviation of slope in degrees
Top
See Also