Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / CreateProject Method / CreateProject(String,String,OpenMode) Method
Full project link file path
Full template link file path
Desired mode of the project to be returned. It could be Exclusive or Standard. Readonly mode does not apply here.

In This Topic
    CreateProject(String,String,OpenMode) Method
    In This Topic
    Create project with given name.
    Syntax

    Parameters

    Parameter NameDescription
    projectLinkFilePathFull project link file path
    projectTemplateFilePathFull template link file path
    modeDesired mode of the project to be returned. It could be Exclusive or Standard. Readonly mode does not apply here.

    Return Value

    Project object.
    Exceptions
    ExceptionDescription
    Thrown when filename in projectLinkFilePath parameter starts or ends with space character.
    Thrown when project cannot be created.
    Thrown when projectLinkFilePath is null.
    Thrown when projectTemplateFilePath is null.
    Thrown when LockProjectByDefault is true and a project cannot be locked.
    See Also