public void SetEplanBinPath( string strEplanBinPath )
public: void SetEplanBinPath( String^ strEplanBinPath )
Parameters
- strEplanBinPath
- The EPLAN product variant bin path where the w3u.exe of your product 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) |