Eplan Platform API
Eplan.EplApi.HEServices Namespace / Synchronize Class / PartsFromSystemToProject Method / PartsFromSystemToProject(String) Method
Full link file name of the project for which the parts will be updated.

In This Topic
    PartsFromSystemToProject(String) 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( 
       string strFullLinkFileName
    )
    public:
    void PartsFromSystemToProject( 
       String^ strFullLinkFileName
    ) 

    Parameters

    strFullLinkFileName
    Full link file name of the project for which the parts will be updated.
    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.
    Remarks
    The specified project may be open in EPLAN or not. If the project is not opened from the beginning, it will be opened for the synchronization process and will be closed subsequently.
    See Also