Stations Members

These members are Collection of Stations.

Functions

Name Description
Add Add a new Station into the collection. Return value: Station.
AddEx Add a new Station into the collection (with audit log explanation). Return value: Station.
Refresh
Remove Removes (deletes) the specified Station.
RemoveEx Removes (deletes) the specified Station from the collection; Item can either be 1-based index or Station name (with audit log explanation).

Properties

Name Description
Count Returns the number of Stations in this collection. Return value: Integer. This property is read only.
Item Returns the specified Station from the collection. Return value: Station. This property is read only.
ItemByID Returns the Station with the specified Station ID. Return value: Station. This property is read only.