Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / Merge Method / Merge(Project,String,String,Int32,Int32) Method
Project to unite revisions
Name of the new united project revision
Comment of the new united project revision (optional)
Project revision index to start with unification. Corresponds to index of project property PROJ_REVISION_LOG_NAME which holds revision names.
Project revision index to end with unification. Corresponds to index of project property PROJ_REVISION_LOG_NAME which holds revision names.

In This Topic
    Merge(Project,String,String,Int32,Int32) Method
    In This Topic
    Unites project revisions. Used for change tracking.
    Syntax

    Parameters

    Parameter NameDescription
    oProjProject to unite revisions
    strRevisionNameName of the new united project revision
    strCommentComment of the new united project revision (optional)
    nProjectRevisionIndexFromProject revision index to start with unification. Corresponds to index of project property PROJ_REVISION_LOG_NAME which holds revision names.
    nProjectRevisionIndexToProject revision index to end with unification. Corresponds to index of project property PROJ_REVISION_LOG_NAME which holds revision names.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Internal interface necessary for the revision management could not be created.
    An error occurred during the action.
    Remarks
    Used for change tracking. When a revision for a project section is active, only the revisions of the project section is united.
    See Also