Share

IAddIn.onDeactivate Method

Parent Object: IAddIn
Defined 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.
returnValue = iAddIn_var.onDeactivate(isAppClosing)

Parameters

Name Type Description
isAppClosing boolean

Version

Introduced in version March 2022

Was this information helpful?