| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
PlatformCollection Remarks
Remarks
            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
See Also