[]
Stores bands or shapes for plotting.
public class AlarmZonesCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
AlarmZonesCollection() | Creates a new instance of AlarmZonesCollection class. |
Name | Description |
---|---|
this[int] | Gets the specified AlarmZone from the collection by numeric index. |
this[string] | Gets the specified AlarmZone from the collection by name. |
Name | Description |
---|---|
Add(AlarmZone) | Adds the specified AlarmZone to the collection. |
AddNewZone() | Creates a new AlarmZone and appends it to the collection. |
AlarmZoneAtCoord(int, int) | Retrieves a reference to the foremost AlarmZone that lies under the specified client coordinates. |
Insert(int, AlarmZone) | Inserts the specified AlarmZone at the specified index. |
InsertNewZone(int) | Creates a new AlarmZone and inserts it at the specified index of the collection. |
OnClearComplete() | |
OnInsert(int, object) | |
OnInsertComplete(int, object) | |
OnRemoveComplete(int, object) | |
Remove(AlarmZone) | Removes the specified AlarmZone from the collection. |