Click or drag to resize
HumidityAlarmRelativeAirHumidity Property
Gets or sets the relative air humidity.

Namespace: Flir.Atlas.Image.Alarms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public double RelativeAirHumidity { get; set; }

Property Value

Type: Double
The relative air humidity.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value must be in the range 0.0 - 1.0.
See Also