public void SetEplanBinPath( string strEplanBinPath )
public: void SetEplanBinPath( String^ strEplanBinPath )
Parameters
- strEplanBinPath
- the Eplan bin path where the w3u.exe of your variant is in (p.e. Electric P8)
public void SetEplanBinPath( string strEplanBinPath )
public: void SetEplanBinPath( String^ strEplanBinPath )
Exception | Description |
---|---|
System.IO.DirectoryNotFoundException | Thrown when directory cannot be found. |
System.ArgumentNullException | Thrown when path is null. |
System.ArgumentException | Thrown when path contains invalid characters such as ", <, >, or |. |
System.ArgumentException | Thrown when no Platform path can be found (with API dlls) |