YumaAlmanacCreateSatelliteCollection Method  | 
 
            Creates a GPS satellite for each record in the Yuma almanac.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PlatformCollection CreateSatelliteCollection()
Public Function CreateSatelliteCollection As PlatformCollection
public:
PlatformCollection^ CreateSatelliteCollection()
member CreateSatelliteCollection : unit -> PlatformCollection 
Return Value
Type: 
PlatformCollection
            The collection of GPS satellites.  There is a 
GpsSatelliteExtension instance for each
            record in the Yuma almanac, and they are found in the same order.
            
See Also