Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / GetActiveEplanServersOnLocalMachine Method
List to be filled with information about Eplan remote servers currently active on local machine (output paramater).

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

    Parameters

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