Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class

In This Topic
    EplanRemoteClient Class Methods
    In This Topic

    For a list of all members of this type, see EplanRemoteClient members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Connect to Eplan Server.  
    Public MethodDisable synchronizing calls. The execution of remote calls are synchronized in EPLAN. A remote call is executed only if the EPLAN Application is in an idle situation and there is no action running. Otherwise the call will wait until the EPLAN application is idle and no action is running. This property can be used to disable this mode. If calls synchronization is disabled, remote calls are executed in EPLAN although the EPLAN application is not in an idle situation.  
    Public MethodDisconnect from Eplan Server.  
    Public MethodDispose.  
    Public MethodOverloaded. Execute an action.  
    Public MethodGet Eplan Servers which are currently active on local machine.  
    Public Methodstatic (Shared in Visual Basic)Returns first free port which can act as a tunnel for remote server.  
    Public MethodGet Eplan versions which are currently installed on local machine.  
    Public Methodstatic (Shared in Visual Basic)Checks if the port is free.  
    Public MethodPing the Eplan Server.  
    Public MethodOverloaded. Starts an Eplan instance.  
    Public MethodStops the Eplan instance which is connected to the current client.  
    Top
    See Also