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

GetProjectDataCompatibility Method
Compares database schemes from current and given project. In the result of this check project could ok , need upgrade or just be incompatible.
Syntax
public ProjectManager.DatabaseVersion.Status GetProjectDataCompatibility( 
   string projectPath
)

Parameters

projectPath
Path to .elk project file.

Return Value

Returned value is status of project database.
Exceptions
ExceptionDescription
Thrown when project doesn't exist.
Thrown when projectPath is null.
See Also