IDiff.ComputeModels(IProject,IProject) method
Namespace: NextDesign.Core
Description
Performs difference extraction between specified projects by 2-way comparison.
argument
Name | Type | Description |
---|---|---|
target | IProject | The project to compare from. |
old | IProject | Comparison target project with older information than target |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Illegal operation | ExtensionInvalidOperationException | If the specified project contains unloaded model files |
Annotations
If the comparison target project (target) is partially loaded, comparison can be made by loading the same model unit in the comparison target project (old).