Hi everyone,
I'm currently writing a C# plugin for AutoCAD.
I have a form containing several buttons among other things. One minor function I would like to add is to open the Group Manager via my custom created button inside that form.
Now my problem is I can't seem to figure out how to access or find that command.
Any ideas how I can open the Group Manager by code?
-Mike