Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project Class / Close Method

In This Topic
    Close Method (Project)
    In This Topic
    Closes the project. Must not be called before Remove()
    Syntax
    public void Close()
    public:
    void Close(); 
    Exceptions
    ExceptionDescription
    Thrown when the project was already closed.
    Remarks
    Warning: exception ObjectNotCreatedException is thrown when getting/setting properties or calling methods (except ProjectManager.OpenProject) on closed project.
    See Also