Click or drag to resize

CloudFogAttenuationModelItuRP840Version6CustomLinkSubdivision Property

Gets or sets a custom object which will be used to subdivide the link into sub-segments, which will then define the sample locations where the CustomAtmosphericModel will be asked to obtain atmospheric data. Atmospheric conditions are assumed constant over each sub-segment.

Note that this property is mutually exclusive with CloudCeiling and CloudLayerThickness and configuring this property will replace any configured CloudCeiling and CloudLayerThickness.

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 LinkSubdivision CustomLinkSubdivision { get; set; }

Property Value

Type: LinkSubdivision
See Also