Eplan Platform API
Eplan.EplApi.HEServices Namespace / HarnessService Class / ExportData Method / ExportData(Project,String,String) Method
Project of which the Harness data will be exported.
Full name of the output file.
Language used during the export operation, e.g. de_DE, en_EN, etc.

In This Topic
    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
    ExceptionDescription
    Thrown in case of missing parameters.
    Thrown in case of invalid arguments, e.g. the given Project does not exist or isn't valid.
    \Internal interface for exporting data could not be created.
    An error occurred during the export.
    See Also