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

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

    Parameters

    Parameter NameDescription
    projectLinkFilePathFull project link file path
    projectTemplateFilePathFull 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.
    Remarks
    The newly created project is opened in exclusive mode. This only applies to the API and does not correspond to the behavior in the GUI.
    See Also