[]
Creates a new AlarmZone and inserts it at the specified index of the collection.
public AlarmZone InsertNewZone(int index)
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
AlarmZone | A reference to the newly created AlarmZone. |
The new AlarmZone is returned. A name unique to the collection is given to the added AlarmZone. An AlarmZone object can be set to the return value, making it very easy to initialize the newly added AlarmZone. For example: