autECLPS 对象

autECLPS 对象允许您访问 ZIEWin.autECLPS 类中包含的方法。请参阅 autECLPS 类 以获取更多信息。下列示例展示了此对象。

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()