API Help
Eplan.EplApi.DataModel Namespace / ProjectManager Class

In This Topic
ProjectManager Class Methods
In This Topic

For a list of all members of this type, see ProjectManager members.

Public Methods
 NameDescription
Public MethodChecks if project can be opened for read-only access without data upgrade.  
Public MethodCopies project.  
Public MethodCreate project with given name.  
Public MethodVirtual deterministic destructor.  
Public MethodCheck if project placed on given path exist.  
Public MethodGets current project. If there are more than one project open, then displays a dialog to let user choose a current one.  
Public MethodGets an already open project.  
Public MethodGets the project of an object id string. This is the project the object belongs to.  
Public MethodProject database version.  
Public MethodCompares database schemas from current and given project. In the result of this check project could ok , need upgrade or just be incompatible.  
Public MethodOverloaded. Opens a project in the requested mode if possible.  
Public MethodRemoves project  
Public MethodOverloaded. Upgrades project. You can check if project need to be upgrade by GetProjectDataCompatibility. Method makes a copy of old project and sets name to (OldProjectName)(V2).(extension).  
Top
See Also