Click or drag to resize
AlarmCollectionClearOnOpenImage Property

Note: This API is now obsolete.

Gets or sets a value indicating whether to clear all alarms on open image.

Namespace: Flir.Atlas.Image.Alarms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
[ObsoleteAttribute("2014, new images always loads alarms from the image")]
public bool ClearOnOpenImage { get; set; }

Property Value

Type: Boolean
true if [clear on open image]; otherwise, false.
See Also