SpaceControlFacilityAtmosphericRefractionModelRefractionCeiling Property |
Gets or sets the refraction ceiling.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double RefractionCeiling { get; set; }
Public Property RefractionCeiling As Double
Get
Set
public:
property double RefractionCeiling {
double get ();
void set (double value);
}
member RefractionCeiling : float with get, set
Property Value
Type:
DoubleRemarks
The maximum altitude of the lower object for which the refraction angle will be computed.
Whenever the lower platform's altitude is above the refraction ceiling, the refraction angle is considered to be 0.0 deg,
because little atmosphere is present above this altitude to cause appreciable refraction.
See Also