Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / IEplanRemoteClient Interface / GetInstalledEplanVersionsOnLocalMachine Method
List to be filled with information about Eplan versions currently installed on local machine (output paramater).

In This Topic
    GetInstalledEplanVersionsOnLocalMachine Method (IEplanRemoteClient)
    In This Topic
    Get Eplan versions that are currently installed on local machine.
    Syntax
    void GetInstalledEplanVersionsOnLocalMachine( 
       out List<EplanServerData> lEplanVersions
    )
    void GetInstalledEplanVersionsOnLocalMachine( 
       [Out] List<EplanServerData^>^ lEplanVersions
    ) 

    Parameters

    lEplanVersions
    List to be filled with information about Eplan versions currently installed on local machine (output paramater).
    See Also