ScreenObject

<< Click to Display Table of Contents >>

 

ScreenObject

Link Indicates to which Screen object a PowerExplorer is linked. Default value of this property is null, that is, it is not linked to any Screen object. The next script contains an example of using this property.

Sub CommandButton_Click()
  Set PE = Application.GetPowerExplorer("SE1.Bay1.Breaker1")
  Set PE.ScreenObject = Screen.Item("Breaker")
End Sub

Was this page useful?