SolarSystemBodyAstrometricCoordinates Method |
Return the body's astrometric coordinates at a given time
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntaxpublic Coordinates AstrometricCoordinates(
DateTime observationTime
)
Public Function AstrometricCoordinates (
observationTime As DateTime
) As Coordinates
Parameters
- observationTime DateTime
- Observation time (local or UTC)
Return Value
CoordinatesCoordinates class containing the astrometric right ascension, declination and distance to the object.
RemarksThe supplied DateTime value can be either a local time (DateTime.Kind = Local or Unspecified) or a UTC time (DateTime.Kind = Utc)
See Also