Click or drag to resize
ImageParametersRelativeHumidity Property
Gets or sets relative humidity (0.0 - 1.0).

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

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionRelative humidity is out of range.
Remarks
Relative humidity is a term used to describe the amount of water vapor that exists in a gaseous mixture of air and water.
See Also