Click or drag to resize

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

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