VectorRefractedDisplacementRefractionModel 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 RefractionModel { get; set; }Public Property RefractionModel As AtmosphericRefractionModel
	Get
	Set
public:
property AtmosphericRefractionModel^ RefractionModel {
	AtmosphericRefractionModel^ get ();
	void set (AtmosphericRefractionModel^ value);
}member RefractionModel : AtmosphericRefractionModel with get, set
Property Value
Type: 
AtmosphericRefractionModel
See Also