Skip to main content

IWorkspace.OpenDiff method

Namespace: NextDesign.Desktop

Description

Displays the difference comparison from the specified difference comparison information.

argument

NameTypeDescription
comparisonIModelComparisonComparison processing unit information.
titleBeforestringThe title of the diff view. If omitted, it will be "Before".
titleAfterstringThe title of the current view when displaying the diff. If omitted, it will be "After".
tooltipBeforestringThe tooltip text for the title of the diff view. If omitted, it will be the same as titleBefore.
tooltipAfterstringThe 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

NameException ClassDescription
UnsupportedExtensionNotSupportedExceptionIf the current edition of the application does not support it
Invalid argumentExtensionArgumentExceptionWhen AfterProject of comparison is set to something other than the current project