GpsCommunicationsConstellationDownload Method (IWebProxy) |
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static PlatformCollection Download(
IWebProxy proxy
)
Public Shared Function Download (
proxy As IWebProxy
) As PlatformCollection
public:
static PlatformCollection^ Download(
IWebProxy^ proxy
)
static member Download :
proxy : IWebProxy -> PlatformCollection
Parameters
- proxy
- Type: System.NetIWebProxy
Proxy to use when connecting.
Return Value
Type:
PlatformCollectionA
PlatformCollection representing GPS satellites and their transmitters.
Exceptions Remarks Note that an internet connection is required to use this method successfully.
See Also