Eplan Platform API
Eplan.EplApi.HEServices Namespace / ProjectManagement Class / UpdateProjectStructureFromSettings Method
Project to be updated.

In This Topic
    UpdateProjectStructureFromSettings Method
    In This Topic
    Updates project structure for navigator (GUI) according to the project settings.
    Syntax
    public void UpdateProjectStructureFromSettings( 
       Project oProject
    )
    public:
    void UpdateProjectStructureFromSettings( 
       Project^ oProject
    ) 

    Parameters

    oProject
    Project to be updated.
    Exceptions
    ExceptionDescription
    Thrown if oProject is NULL.
    Thrown if oProject is an invalid project.
    Thrown if structure of oProject could not be updated according to the project settings.
    Thrown if an error occurs while executing the method.
    Remarks
    This function matches the project structure to the database, depending on the current project settings. For this operation, the given project is temporarily opened in exclusive lock mode.
    See Also