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