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

In This Topic
    CanOpenReadOnly Method
    In This Topic
    Checks if project can be opened for read-only access without data upgrade.
    Syntax
    public bool CanOpenReadOnly( 
       string projectPath
    )
    public:
    bool CanOpenReadOnly( 
       String^ projectPath
    ) 

    Parameters

    projectPath
    Path to .elk project file.

    Return Value

    Returns true if project can be opened without conversion.
    Exceptions
    ExceptionDescription
    Thrown when project doesn't exist.
    Thrown when projectPath is null.
    See Also