API Help
Eplan.EplApi.Starter Namespace / EplanFinder Class / SelectEplanVersion Method / SelectEplanVersion(Boolean) Method
Select a 64 bit installation

In This Topic
    SelectEplanVersion(Boolean) Method
    In This Topic
    Select one eplan appliaction installed on this machine. When there are more than one installed, a select dialog will appear.
    Syntax
    public string SelectEplanVersion( 
       bool b64bit
    )
    public:
    String^ SelectEplanVersion( 
       bool b64bit
    ) 

    Parameters

    b64bit
    Select a 64 bit installation

    Return Value

    the bin path of the selected eplan application. Returns null if the user canceled.
    See Also