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

In This Topic
    GetProjectDataCompatibility Method
    In This Topic
    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
    )
    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