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

    oProject
    Destination project.
    strImportFilePath
    Filename of the import file.
    strSchemeName
    Name 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.
    Null was passed to a parameter.
    The internal interface for importing could not be created.
    An error occurred during the import. Please refer to the exception message.
    See Also