RinexMeteorologicalRecord.RainIncrement Property |
Gets or sets the rain increment, defined as the rain accumulation since the last update, in 1/10 millimeters.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double RainIncrement { get; set; }
Public Property RainIncrement As Double
Get
Set
public:
property double RainIncrement {
double get ();
void set (double value);
}
member RainIncrement : float with get, set
Property Value
Type:
Double
See Also