Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / ExistsProject Method
Full path to project's link file.

ExistsProject Method
Check if project placed on given path exist.
Syntax
public bool ExistsProject( 
   string projectFullPath
)

Parameters

projectFullPath
Full path to project's link file.

Return Value

true : project exist

false : can not find project

Exceptions
ExceptionDescription
Thrown when projectFullPath is null.
See Also