SolarSystemBodyAstrometricCoordinates Method

Return the body's astrometric coordinates at a given time

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public Coordinates AstrometricCoordinates(
	DateTime observationTime
)

Parameters

observationTime  DateTime
Observation time (local or UTC)

Return Value

Coordinates
Coordinates class containing the astrometric right ascension, declination and distance to the object.

Remarks

The supplied DateTime value can be either a local time (DateTime.Kind = Local or Unspecified) or a UTC time (DateTime.Kind = Utc)

Version Information

.NET Standard

Supported in: 2.0

See Also