SoWinExit Method (Int32) |
Tells the main event loop to exit with a return code.
Namespace: OIV.Inventor.Win
After this function has been called, the OIV.Inventor.Win.SoWin.MainLoop() function returns returnCode. If the event loop is not running, this function does nothing.
By convention, a returnCode of 0 means success, and any non-zero value indicates an error.