Enum HeightOrigin
An enumeration of the various ways a height value may be interpreted.
Namespace: Esri.ArcGISRuntime.Analysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum HeightOrigin
Fields
| Name | Description |
|---|---|
| Absolute | The height is in the vertical coordinate system of a spatial reference. If the spatial reference has no vertical coordinate system, the height is interpreted as relative to the ellipsoid (if it is based on a geographic coordinate system), or the projection plane (if it is not based on a geographic coordinate system). |
| Relative | The height is relative to an elevation surface. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |