Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectManager Class / CopyProject Method
Source project path
Destination project path
Copy mode

In This Topic
    CopyProject Method
    In This Topic
    Copies project.
    Syntax

    Parameters

    srcProjectLinkFile
    Source project path
    dstProjectLinkFile
    Destination project path
    mode
    Copy mode
    Exceptions
    ExceptionDescription
    Thrown when srcProjectLinkFile is null.
    Thrown when dstProjectLinkFile is null.
    Thrown when the source project does not exist
    Thrown when project cannot be copied
    Thrown when project srcProjectLinkFile has old database structure and needs to be upgraded.
    Thrown when project srcProjectLinkFile has incompatible database structure and we can do nothing about it.
    See Also