SolarSystemBodyAstrometricCoordinates Method
Return the body's astrometric coordinates at a given time
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public Coordinates AstrometricCoordinates(
DateTime observationTime
)
Public Function AstrometricCoordinates (
observationTime As DateTime
) As Coordinates
- observationTime DateTime
- Observation time (local or UTC)
CoordinatesCoordinates class containing the astrometric right ascension, declination and distance to the object.
The supplied DateTime value can be either a local time (DateTime.Kind = Local or Unspecified) or a UTC time (DateTime.Kind = Utc)
Supported in: 2.0