LinkRefractedAtmosphericRefractionModel Property |
Gets or sets the atmospheric refraction model.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AtmosphericRefractionModel AtmosphericRefractionModel { get; set; }
Public Property AtmosphericRefractionModel As AtmosphericRefractionModel
Get
Set
public:
property AtmosphericRefractionModel^ AtmosphericRefractionModel {
AtmosphericRefractionModel^ get ();
void set (AtmosphericRefractionModel^ value);
}
member AtmosphericRefractionModel : AtmosphericRefractionModel with get, set
Property Value
Type:
AtmosphericRefractionModel
See Also