CloudFogAttenuationModelItuRP840Version6CloudLiquidWaterDensity Property  | 
 
            Gets or sets the cloud liquid water density, in g/m3.
            This scalar will be provided with a service provider providing ILinkService.
            
            Note that this property is mutually exclusive with CustomAtmosphericModel,
            and this property cannot be used if a CustomAtmosphericModel is configured.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarDependentOnServiceProvider CloudLiquidWaterDensity { get; set; }Public Property CloudLiquidWaterDensity As ScalarDependentOnServiceProvider
	Get
	Set
public:
property ScalarDependentOnServiceProvider^ CloudLiquidWaterDensity {
	ScalarDependentOnServiceProvider^ get ();
	void set (ScalarDependentOnServiceProvider^ value);
}member CloudLiquidWaterDensity : ScalarDependentOnServiceProvider with get, set
Property Value
Type: 
ScalarDependentOnServiceProvider
Exceptions
Remarks
            During evaluation, a 
PropertyInvalidException is thrown if the cloud liquid water density is less than zero or greater than 100 g/m
3.
            
See Also