The altitude of the object wrt the requested
reference.
| [Visual Basic .NET] |
|---|
Public Function Altitude( _
ByVal AltRef As AgEAltitudeReference _
) As Double
|
| [C#] |
|---|
public double Altitude(
|
| [Managed C++] |
|---|
public: double Altitude(
|
| [Java] |
|---|
public double altitude(
|
| [Unmanaged C++] |
|---|
public: HRESULT Altitude(
|
- AltRef
-
An altitude reference indicator.Member Value Description eEllispoidReference 1 Central body ellipsoid. eMSLReference 2 Mean sea level. Only available for objects whose central body is Earth. eTerrainReference 3 Terrain.