NavigationAccuracyAssessedTrackedSatellitesNotIncluded 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
PlatformCollectionRemarks
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