Insert Method (AlarmZonesCollection)
In This Topic
Inserts the specified AlarmZone at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As AlarmZone _
)
public void Insert(
System.int ,
AlarmZone
)
Parameters
- index
- azone
See Also