public void TranslateProject( string strProjectName )
public: void TranslateProject( String^ strProjectName )
Parameters
| Parameter Name | Description |
|---|---|
| strProjectName | Full link file name of the project to be translated. |
public void TranslateProject( string strProjectName )
public: void TranslateProject( String^ strProjectName )
| Parameter Name | Description |
|---|---|
| strProjectName | Full link file name of the project to be translated. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid arguments, e.g. the project does not exist. |
| System.ApplicationException | Thrown if the internal interface necessary for translation could not be created. |
| Eplan.EplApi.Base.BaseException | Thrown if an error occurred while translating the project. |