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

In This Topic
    Import Method (ConnectionService3D)
    In This Topic
    The method imports the Connection3Ds from file using schema into the giving project
    Syntax

    Parameters

    oProject
    Destination project.
    strImportFilePath
    Filename of the import file.
    strSchemeName
    Name of the import schema. If the schema name is empty the last used schema 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