RinexMeteorologicalRecordAdd Method |
Adds a measurement type to this record.
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 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.DataReadersMeteorologicalMeasurement
The type of measurement to add. - measurement
- Type: SystemString
The value of the measurement.
Return Value
Type:
Boolean if the measurement type and value were added; otherwise
.
See Also