Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / ExportPartsDatabaseItemsToEDZ Method
Full output file name. This parameter must not be NULL and must not be an empty string ("").
List of parts (and other parts management items) to be exported. This parameter must not be NULL and must not be an empty list.
Include referenced data.

In This Topic
    ExportPartsDatabaseItemsToEDZ 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 ("").
    databaseItemsList of parts (and other parts management items) to be exported. This parameter must not be NULL and must not be an empty list.
    bIncludeReferencesInclude referenced data.
    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