API Help
Eplan.EplApi.HEServices Namespace / PartsService Class / ExportPartsListWithFilterScheme 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 Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
Scheme-name of filter in bill of materials-navigator. If parameter is empty, the standard-filter-scheme will be used.

In This Topic
    ExportPartsListWithFilterScheme 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
    public void ExportPartsListWithFilterScheme( 
       Project oProject,
       string strExportFilePath,
       string strConverter,
       string strFilterScheme
    )
    public:
    void ExportPartsListWithFilterScheme( 
       Project^ oProject,
       String^ strExportFilePath,
       String^ strConverter,
       String^ strFilterScheme
    ) 

    Parameters

    oProject
    Project of which the parts list will be exported.
    strExportFilePath
    Path and file name of the export file. The extension is added automatically.
    strConverter
    Converter long name, see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.
    strFilterScheme
    Scheme-name of filter in bill of materials-navigator. If parameter is empty, the standard-filter-scheme will be used.
    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. (Missing rights?).
    Thrown when given parameter strConverter isn't valid converter or such conversion doesn't exist at all.
    See Also