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 Platform bin path. The 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 variant cannot found.
    Thrown when no Variant path can be found (with W3u.exe and install.xml)
    Remarks
    The Platform bin path is the bin path with all Eplan.EplApi.*.dll and W3Sharedu.dll This function searches the correct variant. This may be slow.
    See Also