Click or drag to resize
AlarmCollectionRemove Method
Removes the specified alarm.

Namespace: Flir.Atlas.Image.Alarms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public void Remove(
	Alarm alarm
)

Parameters

alarm
Type: Flir.Atlas.Image.AlarmsAlarm
The alarm to be removed.
See Also