Message 1 of 1
using AcCui outside of AutoCAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm sure I read somewhere that AcCui is supposed to work outside of AutoCAD. When I try the following from an external program I get a 'System.InvalidProgramException':
CustomizationSection cs = new CustomizationSection("test.cuix");
Anyone successfully used AcCui outside of AutoCAD?