| GM_AreaElevStats_t Structure |
This type is used for returning the calculated elevation statistics within an area
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_AreaElevStats_tThe GM_AreaElevStats_t type exposes the following members.
| Name | Description | |
|---|---|---|
| mAvgElev | Average elevation in meters | |
| mAvgSlope | Average slope in degrees | |
| mMaxElev | Maximum elevation in meters | |
| mMaxSlope | Maximum slope in degrees | |
| mMinElev | Minimum elevation in meters | |
| mModeElev | Approximate mode value of elevation in meters | |
| mNumIgnoredSamples | Number of samples that were ignored due to being outside the crop areas or having no elevation | |
| mNumSamples | Number of locations sampled to compute statistics | |
| mSize | Size of structure | |
| mStdDevElev | Standard deviation of elevation in meters | |
| mStdDevSlope | Standard deviation of slope in degrees |