Eplan Platform API
Eplan.EplApi.HEServices Namespace / PartsService Class / ImportPartsList Method / ImportPartsList(Project,String,String) Method
Project, into which the parts (Articles) will be imported.
Full file name of the parts list file to import.
Converter long name XPamImport converters

In This Topic
    ImportPartsList(Project,String,String) Method
    In This Topic
    Method to import a parts list file into the project. The import file may be an XML/CSV file or may have a custom format, defined by an existing XML import converter.
    Syntax

    Parameters

    Parameter NameDescription
    oProjectProject, into which the parts (Articles) will be imported.
    strImportFilePathFull file name of the parts list file to import.
    strConverterConverter long name XPamImport converters
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Thrown if an error occurred during import.
    Thrown when the given strConverter parameter isn't a valid converter or such a conversion doesn't exist at all.
    See Also