RinexMeteorologicalRecordHailIndicator Property  | 
 
            Gets or sets a value indicating whether hail was detected since the last measurement.
            
 
    Namespace: 
   AGI.Foundation.Navigation.DataReaders
    Assembly:
   AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool HailIndicator { get; set; }Public Property HailIndicator As Boolean
	Get
	Set
public:
property bool HailIndicator {
	bool get ();
	void set (bool value);
}member HailIndicator : bool with get, set
Property Value
Type: 
Boolean
See Also