Add Method (AlarmZonesCollection)
Adds the specified AlarmZone to the collection.
'Declaration
Public Function Add( _
ByVal As AlarmZone _
) As System.Integer
public System.int Add(
AlarmZone
)
Parameters
- azone
Return Value
An integer indicating the index of the collection to which the AlarmZone was added.