Click or drag to resize

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)
Syntax
public bool Add(
	MeteorologicalMeasurement measurementType,
	string measurement
)

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: Boolean
true if the measurement type and value were added; otherwise false.
See Also