Click or drag to resize

CommunicationLinkCollection.DefaultPropagationModels Property

Gets the default propagation models list.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IList<SignalPropagationModel> DefaultPropagationModels { get; }

Property Value

Type: IList<SignalPropagationModel>
Remarks
The propagation models used by default are the same defaults defined by the WirelessLinkExtension.
See Also