Click or drag to resize

CloudFogAttenuationModelItuRP840Version6CloudLayerThickness Property

Gets or sets a value for the cloud layer thickness, in meters. This scalar will be provided with a service provider providing ILinkService.

Note that this property is mutually exclusive with CustomLinkSubdivision, and this property cannot be used if a CustomLinkSubdivision is configured.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDependentOnServiceProvider CloudLayerThickness { get; set; }

Property Value

Type: ScalarDependentOnServiceProvider
Exceptions
ExceptionCondition
InvalidOperationException Thrown when a CustomLinkSubdivision has been configured.
Remarks

The cloud ceiling plus the cloud layer thickness would give the cloud layer top.

During evaluation, a PropertyInvalidException is thrown if the cloud layer thickness is less than zero or greater than MaximumAltitude.

See Also