NavigationAccuracyAssessed.TrackedSatellitesNotIncluded Property |
Gets or sets the collection of satellites tracked by the
GpsReceiver but NOT
included in the accuracy computation.
Namespace:
AGI.Foundation.Navigation
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PlatformCollection TrackedSatellitesNotIncluded { get; set; }
Public Property TrackedSatellitesNotIncluded As PlatformCollection
Get
Set
public:
property PlatformCollection^ TrackedSatellitesNotIncluded {
PlatformCollection^ get ();
void set (PlatformCollection^ value);
}
member TrackedSatellitesNotIncluded : PlatformCollection with get, set
Property Value
Type:
PlatformCollection
Remarks
Generally, this collection is empty. However, a tracked satellite might not be included if a
PerformanceAssessmentField is not available for the satellite at the
JulianDate for which accuracy is being computed.
See Also