Click or drag to resize

TransformDECApparent Property

Returns the Declination in apparent co-ordinates

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

Property Value

Type: Double
Apparent Declination

Return Value

Type: Double
Declination 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