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

    Parameter NameDescription
    oProjectProject into which the devices will be imported.
    strImportFilePathFull file name of the devices file to import.
    strSchemeNameName 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