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

    strFilePath
    Full output file name. This parameter must not be NULL and must not be an empty string ("").
    dataFormat
    Format type of export (XML or EDZ).
    bIncludeParts
    Include parts.
    bIncludeAddresses
    Include manufacturers and customers.
    bIncludeConstructions
    Include drilling patterns.
    bIncludeTerminals
    Include connection point patterns.
    bIncludeAccessoryLists
    Include accessory lists.
    bIncludeAccessoryPlacements
    Include 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