Click or drag to resize
IsothermType Enumeration
The enumeration for all possible isotherm types.

Namespace: Flir.Atlas.Image.Isotherms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public enum IsothermType
Members
  Member nameValueDescription
Above0 The isotherm is above min/max values.
Below1 The isotherm is below min/max values.
Interval2 The isotherm is between min and max values.
InvertedInterval3 The isotherm is below min and above max isotherm values.
Off4 The isotherm is off.
See Also