AlarmItems.Item



Item(vIndex As Variant) As AlarmItem

Parameters

vIndex As Variant
vID As Variant

Unique index for the position of the element in the list.
Care that the index is < Count, i.e. for nIndex = 0 to Count-1
ED
avaliable
RT
avaliable

Remarks

Returns the object for the alarm entry at the position vID. All existing alarms of the project are in this collection. The returned object Alarmitem contains important information on the alarm.

This method Item only allows accessing with the index.

Hint: Check the returned object on Nothing, if no object for the search creteria was found.

See Also

AlarmItems, AlarmItem