Eplan Platform API
Eplan.EplApi.HEServices Namespace / Synchronize Class / PartsFromSystemToProject Method / PartsFromSystemToProject(Project,StoreMode) Method
Project for which the parts will be updated.
Store mode. The enumeration Synchronize.StoreMode defines the supported values.

In This Topic
    PartsFromSystemToProject(Project,StoreMode) Method
    In This Topic
    Synchronizes the parts stored in the project with the parts in the parts master database. Updates parts inside project. Parts in the database are not changed. This method corresponds with the EPLAN functionality in the ribbon "Master data \> Parts \> Synchronize"
    Syntax
    public void PartsFromSystemToProject( 
       Project pProject,
       Synchronize.StoreMode storeMode
    )
    public:
    void PartsFromSystemToProject( 
       Project^ pProject,
       Synchronize.StoreMode storeMode
    ) 

    Parameters

    pProject
    Project for which the parts will be updated.
    storeMode
    Store mode. The enumeration Synchronize.StoreMode defines the supported values.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments, e.g. the project is not valid.
    The synchronization finished with errors.
    See Also