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

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

    Parameters

    oProject
    Project which will be updated.
    Exceptions
    ExceptionDescription
    Thrown if oProject is null value.
    Thrown if oProject is invalid project.
    Thrown if oProject structure could not be updated like the project settings
    Thrown if an error occurs while executing the method.
    Remarks
    This function accommodate project structure at the database depends on the current project settings. For this process the giving project will be opened with the exclusive locking mode, temporally.
    See Also