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