API Help
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class / GetActiveEplanServersOnLocalMachine Method
List to be filled with information about Eplan remote servers currently active on local machine.

In This Topic
    GetActiveEplanServersOnLocalMachine Method
    In This Topic
    Get Eplan Servers which are currently active on local machine.
    Syntax
    public void GetActiveEplanServersOnLocalMachine( 
       out List<EplanServerData> lServers
    )
    public:
    void GetActiveEplanServersOnLocalMachine( 
       [Out] List<EplanServerData^>^ lServers
    ) 

    Parameters

    lServers
    List to be filled with information about Eplan remote servers currently active on local machine.
    See Also