Eplan Platform API
Eplan.EplApi.HEServices Namespace / HarnessService Class / ImportData Method / ImportData(Project,String,Boolean) Method
Project into which the Harness data will be imported.
Full file name of the file to import.
Shows adjustment dialog when true.

In This Topic
    ImportData(Project,String,Boolean) Method
    In This Topic
    Imports Harness data from a file.
    Syntax

    Parameters

    oProject
    Project into which the Harness data will be imported.
    strFileName
    Full file name of the file to import.
    bShowAdjustmentDlg
    Shows adjustment dialog when true.

    Return Value

    An array of created or modified StorableObjects.
    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 importing Harness data could not be created.
    An error occurred during the import.
    See Also