IAddIn Object
Defined in namespace "adsk::core" and the header file is <Core/Application/IAddIn.h>
Description
The interface implemented by an add-in.Methods
| Name | Description |
| onActivate | Lets the application do any initialization when it is safe to do so. |
| onDeactivate | 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. |
