Eplan Platform API
Eplan.EplApi.Starter Namespace / AssemblyResolver Class / SetBinPathsWithAppMod Method
The path where all Eplan.EplApi.*.dll are in. (And the W3Sharedu.dll)
The wanted ApplicationModifer

In This Topic
    SetBinPathsWithAppMod Method
    In This Topic
    Set the EPLAN platform bin path. The EPLAN product variant path will be searched with the help of the applicationModifier.
    Syntax
    public void SetBinPathsWithAppMod( 
       string strPlatformBinPath,
       string strAppMod
    )
    public:
    void SetBinPathsWithAppMod( 
       String^ strPlatformBinPath,
       String^ strAppMod
    ) 

    Parameters

    strPlatformBinPath
    The path where all Eplan.EplApi.*.dll are in. (And the W3Sharedu.dll)
    strAppMod
    The wanted ApplicationModifer
    Exceptions
    ExceptionDescription
    Thrown when directory cannot be found.
    Thrown when path is null.
    Thrown when path contains invalid characters such as ", <, >, or |.
    Thrown when the correct product variant cannot be found.
    Thrown when no product variant path can be found (with W3u.exe and install.xml).
    Remarks
    The EPLAN platform bin path is the bin path with all Eplan.EplApi.*.dll and W3Sharedu.dll This function searches the correct product variant. This may be slow.
    See Also