Message 1 of 1
How to Make a 'Classic Workspace' by .net code affter the AutoCAD2015 Ver?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Before AutoCAD 2015 there is 'Classic Workspace', we can set 'WSCURRENT' system variable to Classic Workspace.
But Affter AutoCAD 2015 , there is no that item in Workspace Combobox.
We can customize it by hand, but it is not easy for every user to do that.
If there is any way to make this by c# code?
I want to get the Classic Workspace like the following:
1.without the ribbon menu;
2.with the classical menu;
3.with the classical toolbar(draw,revise,dimension,standard etc);
Thanks