Message 1 of 6
Set Undo file size with iLogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I'm trying to create company custom settings with iLogic and as part of that I want to maximize Undo File Size to avoid errors when working with big datasets. Maximum is 8191 Mb but iLogic does not let me input larger value than 4096 Mb for some reason. If value is larger than that, Inventor throws this error: "The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))" It lets me input 8191 to Application options manually. Is this a bug or something I don't understand. Inventor version is 2022.4.
ThisApplication.GeneralOptions.UndoFileSize = 8191