GpsSatelliteInformation Constructor |
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.2.423.0 (25.2.423.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| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when line is .
|
| InvalidDataException |
Thrown when there is an error parsing data from the line.
|
See Also