Skip to main content

IDiffService.ComputeModels Method

Namespace: NextDesign.Core.Runtime

Description

Performs a two-way comparison to extract differences between the specified projects.
This difference extraction does not load unloaded model files.
If the specified project contains unloaded model files, the differences for the models in those model files may not be extracted correctly.

Argument

NameTypeDescription
targetIProjectThe project to obtain and merge comparison information for.
oldIProjectThe project to compare with that has older information than target.

Return value

Exceptions

NameException ClassDescription
Invalid ArgumentExtensionArgumentExceptionWhen target or old is specified as null.
UnsupportedExtensionNotSupportedExceptionWhen the current edition of the application is not supported.
Invalid OperationExtensionInvalidOperationExceptionWhen target or old is specified as a closed project. If specified