Is there a way to override/customize an existing AutoCAD command?
When I'm calling...
Document doc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;
doc.SendStringToExecute("_.3DROTATE\n", true, false, true);
...it lets me choose objects, specify a basepoint and specify an angle. I already have a saved basepoint so how do I set it in my code to avoid the user input?