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

Close Method (Project)
Closes the project. Must not be called before Remove()
Syntax
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