Click or drag to resize

SolarSystemBodyAstrometricCoordinates Method

Return the body's astrometric coordinates at a given time

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
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)
See Also