Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / CreateProject Method
Full project link file path
Full template link file path

In This Topic
    CreateProject Method
    In This Topic
    Create project with given name.
    Syntax

    Parameters

    projectLinkFilePath
    Full project link file path
    projectTemplateFilePath
    Full template link file path

    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