API Help
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class / GetInstalledEplanVersionsOnLocalMachine Method
List to be filled with information about Eplan Versions currently installed on local machine.

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

    Parameters

    lEplanVersions
    List to be filled with information about Eplan Versions currently installed on local machine.
    See Also