RemoveProjectLanguage(String,String) Method
In This Topic
Method for removing a project language. It removes the language from the set of displayed languages.
Syntax
Parameters
- strProjectName
- Full link file name of the project to be processed.
- strLanguage
- Shortcut of the language to be removed.
Exceptions
Exception | Description |
ArgumentException | Thrown in case of
invalid arguments, e.g.
the project does not
exist. |
Eplan.EplApi.Base.BaseException | Thrown if an error
occurs while removing a
language. |
See Also