ApplicationEvents.OnRestart32BitHost Event
Parent Object: ApplicationEventsDescription
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 |