AtmosphericAttenuationModelItuRP676Version9CustomAtmosphericModel Property  | 
 
            Gets or sets a custom atmospheric model to use when computing attenuation.
            By default, this property is , and the model will
            use the ITU-R P.835 atmospheric model.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ItuRP676AtmosphericModel CustomAtmosphericModel { get; set; }Public Property CustomAtmosphericModel As ItuRP676AtmosphericModel
	Get
	Set
public:
property ItuRP676AtmosphericModel^ CustomAtmosphericModel {
	ItuRP676AtmosphericModel^ get ();
	void set (ItuRP676AtmosphericModel^ value);
}member CustomAtmosphericModel : ItuRP676AtmosphericModel with get, set
Property Value
Type: 
ItuRP676AtmosphericModel
See Also