Eplan Platform API
Eplan.EplApi.HEServices Namespace / DeviceService Class / ImportDevices Method
Project into which the devices will be imported.
Full file name of the devices file to import.
Name of the import scheme. If the scheme name is empty the last used scheme of the project will be used.

In This Topic
    ImportDevices Method
    In This Topic
    This function imports devices into a given project.
    Syntax

    Parameters

    oProject
    Project into which the devices will be imported.
    strImportFilePath
    Full file name of the devices file to import.
    strSchemeName
    Name of the import scheme. If the scheme name is empty the last used scheme of the project will be used.

    Return Value

    Result is returned as array of StorableObjects.
    Exceptions
    ExceptionDescription
    Invalid parameters found.
    Null was passed to a parameter.
    The internal interface for importing devices could not be created.
    An error occurred during the import of devices. Please refer to the exception message.
    See Also