The OnReady event notifies a client when Inventor has completely initialized and is ready for interactive use.
Name | Type | Description |
BeforeOrAfter | EventTimingEnum | EventTimingEnum indicating if the event is being fired before (kBefore) or after (kAfter) initialization is complete. This notification is only provided after Inventor has initialized so the value of this argument will always be kAfter. |
Context | NameValueMap | Input object that can be used to determine the context of why the event fired. No context information is provided for this event. |
HandlingCode | HandlingCodeEnum | Output that indicates how you are handling the event. The value of this argument is currently ignored for this event. |