API Help
Eplan.EplApi.Starter Namespace / AssemblyResolver Class / SetEplanBinPath Method
the Eplan bin path where the w3u.exe of your variant is in (p.e. Electric P8)

SetEplanBinPath Method
Set the Eplan bin path. Note: This path exists once. Changing it will influence the application. The eplan Platform path (with the Api dlls) is set automatically.
Syntax
public void SetEplanBinPath( 
   string strEplanBinPath
)

Parameters

strEplanBinPath
the Eplan bin path where the w3u.exe of your variant is in (p.e. Electric P8)
Exceptions
ExceptionDescription
Thrown when directory cannot be found.
Thrown when path is null.
Thrown when path contains invalid characters such as ", <, >, or |.
Thrown when no Platform path can be found (with API dlls)
Remarks
The eplan bin path is the bin path with the w3u.exe you start normally.
See Also