SolarSystemBody(Body) Constructor |
Create a SolarSystem object for a specified target body
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntaxpublic SolarSystemBody(
Body body
)
Public Sub New (
body As Body
)
Parameters
- body Body
- Solar system body that this instance will represent.
ExceptionsException | Condition |
---|
HelperException | When earth is specified as the target body. |
See Also