API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / ImportPartsList Method / ImportPartsList(String,String,String) Method
Full link file name of the project, into which the parts (Articles) will be imported.
Full file name of the parts list file to import.
Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.

In This Topic
    ImportPartsList(String,String,String) Method
    In This Topic
    Method to import a parts list file into the project.
    Syntax

    Parameters

    strFullLinkFileName
    Full link file name of the project, into which the parts (Articles) will be imported.
    strImportFilePath
    Full file name of the parts list file to import.
    strConverter
    Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid \arguments.
    An error occurred during import.
    Thrown when given parameter strConverter isn't valid converter or such conversion doesn't exist at all.
    See Also