Event that is fired by Inventor in a script replay scenario. In the handler of this event (typically, written by the client who created this ChangeDefinition), it is expected that a new ChangeProcessor will be generated using the CreateChangeProcessor method of this object, followed by the client proceeding to 'hook up' its ChangeProcessor handler code, and returning this hooked-up processor back. Inventor will then use this returned ChangeProcessor to replay the scripted command.
Name | Type | Description |
Context | NameValueMap | Input object that can be used to determine the context of why the event fired. |
ResultProcessor | ChangeProcessor | The client returns this ChangeProcessor which Autodesk Inventor will use to replay the scripted command. |