ExportData(Project,String,String) Method
In This Topic
Exports Harness data from project without any filtering.
Syntax
Parameters
- oProject
- Project of which the Harness data will be exported.
- strFileName
- Full name of the output file.
- strLanguage
- Language used during the export operation, e.g. de_DE, en_EN, etc.
Exceptions
Exception | Description |
ArgumentNullException | Thrown in case of
missing parameters. |
ArgumentException | Thrown in case of
invalid arguments,
e.g. the given
Project does not
exist or isn't
valid. |
ApplicationException | \Internal interface
for exporting
data could not be
created. |
Eplan.EplApi.Base.BaseException | An error occurred
during the export. |
See Also