Click or drag to resize

TransformElevationTopocentric Property

Returns the topocentric elevation of the target

Namespace:  ASCOM.Astrometry.Transform
Assembly:  ASCOM.Astrometry (in ASCOM.Astrometry.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public double ElevationTopocentric { get; }

Property Value

Type: Double
Topocentric elevation angle

Return Value

Type: Double
Elevation angle in degrees
Exceptions
ExceptionCondition
TransformUninitialisedExceptionException thrown if an attempt is made to read a value before any of the Set methods has been used or if the value can not be derived from the information in the last Set method used. E.g. topocentric values will be unavailable if the last Set was a SetApparent and one of the Site properties has not been set.
Remarks