GpsDataFileReadAll Method (String) | 
 
            Reads data for all GPS satellites from the specified file.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static List<GpsSatelliteInformation> ReadAll(
	string fileName
)
Public Shared Function ReadAll ( 
	fileName As String
) As List(Of GpsSatelliteInformation)
public:
static List<GpsSatelliteInformation^>^ ReadAll(
	String^ fileName
)
static member ReadAll : 
        fileName : string -> List<GpsSatelliteInformation> 
Parameters
- fileName
 - Type: SystemString
File location of GPSData.txt 
Return Value
Type: 
ListGpsSatelliteInformationA list of 
GpsSatelliteInformation for all satellites in the file.
Exceptions
See Also