Eplan Platform API
Eplan.EplApi.HEServices Namespace / Restore Class / MasterData Method
Name of the symbol archive to be restored with full path.
Path into which the master data 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

    Parameter NameDescription
    strArchivenameName of the symbol archive to be restored with full path.
    strRestorePathPath into which the master data will be restored.
    Exceptions
    ExceptionDescription
    Thrown if an error occurred while restoring the master data.
    Thrown if the internal interface for restoring could not be created.
    Remarks
    If the master data to restore already exist, they will not be overwritten.
    See Also