PositionVectorElevation Property

The elevation (altitude) coordinate (degrees, + up)

Definition

Namespace: ASCOM.Tools.NovasCom
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public double Elevation { get; }

Property Value

Double
The elevation (altitude) coordinate (degrees, + up)

Return Value

Double
(Degrees, + up

Remarks

Elevation is available only in PositionVectors returned from calls to Star.GetTopocentricPosition() and/or Planet.GetTopocentricPosition().

Exceptions

HelperExceptionWhen the position vector has not been initialised from Star.GetTopoCentricPosition and Planet.GetTopocentricPosition

Version Information

.NET Standard

Supported in: 2.0

See Also