API Help
Eplan.EplApi.HEServices Namespace / Restore Class / MasterData Method
Name of the archive to be restored.
Path into which the projects will be restored.

In This Topic
    MasterData Method (Restore)
    In This Topic
    Restore master data from archive files.
    Syntax
    public void MasterData( 
       string strArchivename,
       string strRestorePath
    )
    public:
    void MasterData( 
       String^ strArchivename,
       String^ strRestorePath
    ) 

    Parameters

    strArchivename
    Name of the archive to be restored.
    strRestorePath
    Path into which the projects will be restored.
    Exceptions
    ExceptionDescription
    An error occurred, when restoring master data.
    \Internal interface for restore could not be created.
    Remarks
    If the master data to restore already exist, they will not be overwritten.
    See Also