API Help
Eplan.EplApi.HEServices Namespace / DeviceService Class / ImportDeviceList Method / ImportDeviceList(Project,String,String) Method
Project into which the device list will be imported.
Full file name of the device list file to import.
Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.

ImportDeviceList(Project,String,String) Method
This function imports a device list into a given project.
Syntax
public void ImportDeviceList( 
   Project oProject,
   string strImportFilePath,
   string strConverter
)

Parameters

oProject
Project into which the device list will be imported.
strImportFilePath
Full file name of the device list file to import.
strConverter
Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
Exceptions
ExceptionDescription
Invalid parameters found.
Null was passed to a parameter.
The internal interface for importing a device list could not be created.
An error occurred during the import of a device list. Please refer to the exception message.
Thrown when given parameter strConverter isn't valid converter or such conversion dosesn't exist at all.
See Also