CompareProjects(Project,Project,String,Boolean,String,Boolean,Boolean,Boolean) Method
In This Topic
Compares a project to a comparison project. Used for property comparison.
Syntax
public void CompareProjects(
Project ,
Project ,
string ,
bool ,
string ,
bool ,
bool ,
bool
)
public:
void CompareProjects(
Project^ ,
Project^ ,
String^ ,
bool ,
String^ ,
bool ,
bool ,
bool
)
Parameters
| Parameter Name | Description |
|---|
| oProject | Project to compare. |
| oRevision | Comparison project 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 | If set to true, an alternative identification for objects is used. P.e. two functions with the same full BMK are compared with each other. |
| bCreateDeletedObjectInfo | If set to true, creates a deleted object symbol for all deleted instances. |
| bAppendResult | If set to true, already existing comparison results in the project are not deleted. |
Exceptions
See Also