autECLPS object

The autECLPS object allows you to access the methods contained in the ZIEWin.autECLPS class. See autECLPS Class for more information. The following example shows this object.

DIM  SessObj as Object
DIM  PSSize as Long
Set SessObj = CreateObject("ZIEWin.autECLSession")
 
' Initialize the session
SessObj.SetConnectionByName("A")
' For example, get the PS size
PSSize = SessObj.autECLPS.GetSize()