Click or drag to resize
AlarmCondition Enumeration
Specifies the alarm conditions.

Namespace: Flir.Atlas.Image.Alarms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public enum AlarmCondition
Members
  Member nameValueDescription
Below0 The alarm is trigged when the level is below a specified value.
Above1 The alarm is trigged when the level is above a specified value.
Match2 The alarm is trigged when the level matches a specified value.
Invalid3 Indicates an invalid condition.
See Also