LinkDirectionsProviderLinks Property |
Gets the list of links from which the directions are determined.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic IList<IServiceProvider> Links { get; }
Public ReadOnly Property Links As IList(Of IServiceProvider)
Get
public:
property IList<IServiceProvider^>^ Links {
IList<IServiceProvider^>^ get ();
}
member Links : IList<IServiceProvider> with get
Property Value
Type:
IListIServiceProvider
See Also