| RinexMeteorologicalRecordAdd 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
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.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
See Also