Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / 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

    Parameter NameDescription
    strCompterNameName or TCP-IP of the computer on which Eplan is running.
    strPortPort number used from Eplan Service.
    intervalWaiting time of the connecting process. If the connecting time exceeds the value interval a CommunicationException will be thrown.
    See Also