Click or drag to resize
ThermalValueState Enumeration
Specifies the IR value State.

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public enum ThermalValueState
Members
  Member nameValueDescription
Invalid0 Value is invalid or could not be calculated.
None1 Value is not yet calculated.
Ok2 Value is OK.
Overflow3 Value is too high.
Underflow4 Value is too low.
Warning5 Value is unreliable.
See Also