SolarSystemBodyAltAzCoordinates Method |
Return the body's topocentric coordinates at a given time
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntaxpublic Coordinates AltAzCoordinates(
DateTime observationTime
)
Public Function AltAzCoordinates (
observationTime As DateTime
) As Coordinates
Parameters
- observationTime DateTime
- Observation time
Return Value
CoordinatesCoordinates struct containing the topocentric right ascension and declination
See Also