NavigationAccuracyAssessedIncludedSatellites Property |
Gets or sets the collection of satellites 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 IncludedSatellites { get; set; }
Public Property IncludedSatellites As PlatformCollection
Get
Set
public:
property PlatformCollection^ IncludedSatellites {
PlatformCollection^ get ();
void set (PlatformCollection^ value);
}
member IncludedSatellites : PlatformCollection with get, set
Property Value
Type:
PlatformCollectionRemarks
Generally, this includes all satellites tracked by the
GpsReceiver. 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