GpsReceiverNavigationSatellites Property |
Gets or sets the collection of navigation satellites from which this receiver can
potentially receive a navigation signal.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PlatformCollection NavigationSatellites { get; set; }
Public Property NavigationSatellites As PlatformCollection
Get
Set
public:
property PlatformCollection^ NavigationSatellites {
PlatformCollection^ get ();
void set (PlatformCollection^ value);
}
member NavigationSatellites : PlatformCollection with get, set
Property Value
Type:
PlatformCollectionSee Also