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