IAddIn.onDeactivate Method
Parent Object: IAddInDefined in namespace "adsk::core" and the header file is <Core/Application/IAddIn.h>
Description
Lets the application do any termination when it is safe to do so. In general, if the add-in is closing, termination should be minimized.
Syntax
"iAddIn_var" is a variable referencing an IAddIn object. |
Parameters
| Name | Type | Description |
| isAppClosing | boolean |
