Monitors Members

Functions

Name Description
Add Adds a new Monitor into the collection and returns a new object; type of object (Monitor, OutputMonitor) depends on MonitorType. Return value: Object.
AddEx Adds a new Monitor into the collection and returns a new object; type of object (Monitor, OutputMonitor) depends on MonitorType (with audit log explanation). Return value: Object.
Refresh -
Remove Removes (deletes) the specified Profile from the collection; Profile can either be 1-based index or Profile name.
RemoveEx Removes (deletes) the specified Monitor from the collection; Item can either be 1-based index or Monitor name (with audit log explanation).

Properties

Name Description
Count Returns the number of Monitors in the collection. Return value: Integer. This property is read only.
Item Returns the specified Monitor from the collection; Index can either be 1-based index or Profile name. Return value: Object. This property is read only.
ItemByID Returns the specified Monitor when passed the Monitor ID. Return value: Object. This property is read only.