Eplan Platform API
Eplan.EplApi.DataModel Namespace
/
Project Class
/ Close Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
Close Method (Project)
In This Topic
Closes the project. Must not be called before Remove()
Syntax
C#
C++/CLI
public
void
Close()
public
:
void
Close();
Exceptions
Exception
Description
Eplan.EplApi.Base.BaseException
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
Reference
Project Class
Project Members