Click or drag to resize

SolarSystemBody(Body) Constructor

Create a SolarSystem object for a specified target body

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
public SolarSystemBody(
	Body body
)

Parameters

body  Body
Solar system body that this instance will represent.
Exceptions
ExceptionCondition
HelperExceptionWhen earth is specified as the target body.
See Also