We are using the Inventor API in a Windows Forms application to automate the modeling process for Inventor assemblies. The Inventor assemblies utilize iLogic rules.
Currently there is no way for the Windows Forms application to see if any iLogic rule has encountered an error. This is a problem because when an iLogic rule encounters an error, it prevents the automated modeling process from proceeding until a user clicks "OK".
Having an API event handler for iLogic rule errors would allow the user to dismiss or ignore the error message with the API, so that the API controlled modeling process can either be automatically canceled or forced to continue.