Click or drag to resize

CommunicationLinkCollectionDefaultPropagationModels Property

Gets the default propagation models list.

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

Property Value

Type: IListSignalPropagationModel
Remarks
The propagation models used by default are the same defaults defined by the WirelessLinkExtension.
See Also