Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / GetProjectDatabaseVersion Method
Path to .elk project file.

GetProjectDatabaseVersion Method
Project database version.
Syntax
public ProjectManager.DatabaseVersion GetProjectDatabaseVersion( 
   string projectPath
)

Parameters

projectPath
Path to .elk project file.
Exceptions
ExceptionDescription
Thrown when project doesn't exist.
Thrown when requested project cannot be open
Thrown when projectPath is null.
See Also