GetWaterExplorer

<< Click to Display Table of Contents >>

 

GetWaterExplorer

GetWaterExplorer(ObjectPath)

Returns an object that allows configuring the window of a WaterExplorer object. The ObjectPath parameter indicates a Server object to which the WaterExplorer object is linked. In a script, users must use this method according to the next code.

Sub CommandButton_Click()
  Set WE = Application.GetWaterExplorer("System1.Station1.Pump1")
End Sub

 

For more information about methods and properties of this object, please check topic WaterExplorer.

Was this page useful?