Eplan Platform API
Eplan.EplApi.HEServices Namespace / PartsService Class / ExportPartsList Method / ExportPartsList(Project,String,String) Method
Project of which the parts list will be exported.
Path and file name of the export file. The extension is added automatically.
Converter long name, see XPamExport converters

In This Topic
    ExportPartsList(Project,String,String) Method
    In This Topic
    Method to export the parts list of a project to an XML/CSV \file or as a custom format, defined by an existing XMLConverter.
    Syntax

    Parameters

    Parameter NameDescription
    oProjectProject of which the parts list will be exported.
    strExportFilePathPath and file name of the export file. The extension is added automatically.
    strConverterConverter long name, see XPamExport converters
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Thrown if an error occurred during export.
    Internal action for exporting the parts list was not found (perhaps due to a lack of rights?).
    Thrown when the given strConverter parameter isn't a valid converter or such a conversion doesn't exist at all.
    See Also