GpsSatelliteInformation Constructor  | 
  
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GpsSatelliteInformation(
	string line
)
Public Sub New ( 
	line As String
)
public:
GpsSatelliteInformation(
	String^ line
)
new : 
        line : string -> GpsSatelliteInformationParameters
- line
 - Type: SystemString
String representing a single line from the GPS data file. 
Exceptions
See Also