IModelComparison.RequestRecompute method
Namespace: NextDesign.Core
Description
Requests a rerun of the delta comparison for the specified model.
Calling this method does not perform an immediate target model comparison. The actual timing of the comparison is after the extension completes the processing of commands and events.
argument
Name | Type | Description |
---|---|---|
model | IModel | Target model to re-run delta comparison You can specify either the source or destination model here. For example, to recompare a model that exists only in the comparison source, specify the model on the comparison source side. |
Return value
- void