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

In This Topic
    ExistsProject Method
    In This Topic
    Check if project placed on given path exist.
    Syntax
    public bool ExistsProject( 
       string projectFullPath
    )
    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