Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService3D Class / Import Method
Destination project.
Filename of the import file.
Name of the import scheme. If the scheme name is empty, the last used scheme of the project will be used.

In This Topic
    Import Method (ConnectionService3D)
    In This Topic
    Imports the Connection3Ds from a file into the given project using a scheme.
    Syntax

    Parameters

    Parameter NameDescription
    oProjectDestination project.
    strImportFilePathFilename of the import file.
    strSchemeNameName of the import scheme. If the scheme name is empty, the last used scheme of the project will be used.

    Return Value

    An array of imported Connections3D.
    Exceptions
    ExceptionDescription
    Invalid parameters found.
    Thrown if NULL was passed as a required parameter.
    The internal interface for importing could not be created.
    An error occurred during the import. Please refer to the exception message.
    See Also