IWorkspace.OpenDiff method
Namespace: NextDesign.Desktop
Description
Displays the difference comparison from the specified difference comparison information.
argument
Name | Type | Description |
---|---|---|
comparison | IModelComparison | Comparison processing unit information. |
titleBefore | string | The title of the diff view. If omitted, it will be "Before". |
titleAfter | string | The title of the current view when displaying the diff. If omitted, it will be "After". |
tooltipBefore | string | The tooltip text for the title of the diff view. If omitted, it will be the same as titleBefore. |
tooltipAfter | string | The tooltip text for the title of the current view when displaying the diff. If omitted, it will be the same as titleAfter. |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Unsupported | ExtensionNotSupportedException | If the current edition of the application does not support it |
Invalid argument | ExtensionArgumentException | When AfterProject of comparison is set to something other than the current project |