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

CanOpenReadOnly Method
Checks if project can be opened for read-only access without data upgrade.
Syntax
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