Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / ExportPartsDatabaseItems Method / ExportPartsDatabaseItems(String,DataFormat,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
Full output file name. This parameter must not be NULL and must not be an empty string ("").
Format type of export (XML or EDZ).
Include parts.
Include manufacturers and customers.
Include drilling patterns.
Include connection point patterns.
Include accessory lists.
Include accessory placements.

In This Topic
    ExportPartsDatabaseItems(String,DataFormat,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
    In This Topic
    Exports parts and other parts management items such as addresses, constructions, terminals, accessory lists and accessory placements from the system's parts database.
    Syntax

    Parameters

    Parameter NameDescription
    strFilePathFull output file name. This parameter must not be NULL and must not be an empty string ("").
    dataFormatFormat type of export (XML or EDZ).
    bIncludePartsInclude parts.
    bIncludeAddressesInclude manufacturers and customers.
    bIncludeConstructionsInclude drilling patterns.
    bIncludeTerminalsInclude connection point patterns.
    bIncludeAccessoryListsInclude accessory lists.
    bIncludeAccessoryPlacementsInclude accessory placements.
    Exceptions
    ExceptionDescription
    Thrown if the strFilePath parameter is NULL.
    Thrown if the strFilePath parameter is an empty string ("") or if the directory specified in the strFilePath parameter does not exist.
    Remarks
    All items of the included parts management item types are exported.
    See Also