EffectiveRadiusAtmosphericRefractionModel Constructor (CentralBody) |
Initializes a new instance.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EffectiveRadiusAtmosphericRefractionModel(
CentralBody centralBody
)
Public Sub New (
centralBody As CentralBody
)
public:
EffectiveRadiusAtmosphericRefractionModel(
CentralBody^ centralBody
)
new :
centralBody : CentralBody -> EffectiveRadiusAtmosphericRefractionModel
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body to which the refraction model applies.
See Also