API Help
Eplan.EplApi.HEServices Namespace / Revision Class / CompareProjects Method / CompareProjects(Project,Project,String,Boolean,String,Boolean,Boolean,Boolean) Method
Project to compare.
Comparison project which to compare to.
Name of the scheme for the comparison settings.
If set to true, old revision markers will be deleted before comparing.
Text for the revision markers.
When true an alternative identification for objects is used. P.e. two functions with the same full BMK are compared with each other.
Create a deleted object symbol for all deleted instances.
if true, already existing comparison results in project are not deleted.

In This Topic
    CompareProjects(Project,Project,String,Boolean,String,Boolean,Boolean,Boolean) Method
    In This Topic
    Compares a project to a comparison project.
    Syntax

    Parameters

    oProject
    Project to compare.
    oRevision
    Comparison project which to compare to.
    strSchemaName
    Name of the scheme for the comparison settings.
    bRemoveOldMarkers
    If set to true, old revision markers will be deleted before comparing.
    strRevisionMarker
    Text for the revision markers.
    bUseAlternateIdentification
    When true an alternative identification for objects is used. P.e. two functions with the same full BMK are compared with each other.
    bCreateDeletedObjectInfo
    Create a deleted object symbol for all deleted instances.
    bAppendResult
    if true, already existing comparison results in project are not deleted.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created.
    An error occurred, when comparing projects.
    An error occurrs when used scheme name doesn't exist
    Remarks
    If an empty string is passed for the scheme name, everything is compared (i.e. devices, connections,...).
    See Also