RinexMeteorologicalRecordRainIncrement 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
DoubleSee Also