Monitors.Add

This function adds a new Monitor into the collection and returns a new object; type of object (Monitor, OutputMonitor) depends on MonitorType.

Syntax Parameters Return Value
Function Monitors.Add( _
    Name As String, _
    Type As MonitorType, _
    Profile As Variant) As Object
  • Name [in]

Type: String

  • Type [in]

Type: MonitorType

  • Profile [in]

Type: Variant

Object