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

In This Topic
    ExportPartsToEDZ Method
    In This Topic
    Exports all parts 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 ("").
    partsList of parts 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

    Exports parts only. Does not export other parts management items like addresses, constructions, terminals, accessory lists and accessory placements.

    To export all parts with referenced data and all other parts management items, use the ExportPartsDatabaseItems(String,DataFormat,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean, Boolean) method.

    See Also