TransformDecJ2000 Property

Returns the Declination in J2000 co-ordinates

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public double DecJ2000 { get; }

Property Value

Double
J2000 Declination

Return Value

Double
Declination in degrees

Exceptions

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.

Version Information

.NET Standard

Supported in: 2.0

See Also