RinexMeteorologicalRecord.Add Method |
Adds a measurement type to this record.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Add(
MeteorologicalMeasurement measurementType,
string measurement
)
Public Function Add (
measurementType As MeteorologicalMeasurement,
measurement As String
) As Boolean
public:
bool Add(
MeteorologicalMeasurement measurementType,
String^ measurement
)
member Add :
measurementType : MeteorologicalMeasurement *
measurement : string -> bool
Parameters
- measurementType
- Type: AGI.Foundation.Navigation.DataReaders.MeteorologicalMeasurement
The type of measurement to add. - measurement
- Type: System.String
The value of the measurement.
Return Value
Type:
Booleantrue if the measurement type and value were added; otherwise
false.
See Also