Click or drag to resize

SolarSystemBodyAltAzCoordinates Method

Return the body's topocentric coordinates at a given time

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public Coordinates AltAzCoordinates(
	DateTime observationTime
)

Parameters

observationTime  DateTime
Observation time

Return Value

Coordinates
Coordinates struct containing the topocentric right ascension and declination
See Also