Eplan Platform API
Eplan.EplApi.HEServices Namespace / DeviceService Class / ExportDeviceList Method / ExportDeviceList(Project,String,String) Method
Project from which the device list will be exported.
Full file name of the device list file to export.
Converter long name, see XPamExportXml converters

In This Topic
    ExportDeviceList(Project,String,String) Method
    In This Topic
    This function exports the device list of a given project. It is used for exporting devices from the planning list (but neither all devices from the project nor all from the bill of materials).
    Syntax
    public void ExportDeviceList( 
       Project oProject,
       string strExportFilePath,
       string strConverter
    )
    public:
    void ExportDeviceList( 
       Project^ oProject,
       String^ strExportFilePath,
       String^ strConverter
    ) 

    Parameters

    oProject
    Project from which the device list will be exported.
    strExportFilePath
    Full file name of the device list file to export.
    strConverter
    Converter long name, see XPamExportXml converters
    Exceptions
    ExceptionDescription
    Invalid parameters found.
    Null was passed to a parameter.
    The internal interface for exporting a device list could not be created.
    An error occurred during the export of a device list. Please refer to the exception message.
    Thrown when given parameter strConverter isn't valid converter or such conversion doesn't exist at all.
    See Also