Share

ApplicationEvents.OnRestart32BitHost Event

Parent Object: ApplicationEvents

Description

This event is fired when the 32BitHost process is restarted. This process is used to host 32-bit processes when running 64-bit Inventor. The primary use of this is to host VBA, which is currently only a 32-bit process.

Remarks

This event is primarily used for internal needs. It is not implemented in the 32-bit version of Inventor.

Syntax

ApplicationEvents.OnRestart32BitHost( BeforeOrAfter As EventTimingEnum, Context As NameValueMap, HandlingCode As HandlingCodeEnum )

Parameters

Name Type Description
BeforeOrAfter EventTimingEnum
Context NameValueMap
HandlingCode HandlingCodeEnum

Version

Introduced in version 2008

Was this information helpful?