API Help
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class / Connect Method / Connect(String,String,TimeSpan) Method
Name or TCP-IP of the computer on which Eplan is running.
Port number used from Eplan Service.
Waiting time of the connecting process. If the connecting time exceeds the value interval a CommunicationException will be thrown.

In This Topic
Connect(String,String,TimeSpan) Method
In This Topic
Connect to Eplan Server.
Syntax

Parameters

strCompterName
Name or TCP-IP of the computer on which Eplan is running.
strPort
Port number used from Eplan Service.
interval
Waiting time of the connecting process. If the connecting time exceeds the value interval a CommunicationException will be thrown.
See Also