API Help
Eplan.EplApi.HEServices Namespace / Revision Class / CompareProjects Method / CompareProjects(Project,Project,Boolean,String,Boolean) Method
Project to compare.
Comparison project which to compare to.
If set to true, old revision markers will be deleted before comparing.
Text for the revision markers.
if true, already existing comparison results in project are not deleted.

CompareProjects(Project,Project,Boolean,String,Boolean) Method
Compares all possible properties of a project to a comparison project.
Syntax

Parameters

oProject
Project to compare.
oRevision
Comparison project which to compare to.
bRemoveOldMarkers
If set to true, old revision markers will be deleted before comparing.
strRevisionMarker
Text for the revision markers.
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.
See Also