I'm trying to update a few system variable in C# based on what button a user selects. I'm having some issues with the HPNAME system variable.
I set the variables like this:
Autodesk.AutoCAD.ApplicationServices.Application.SetSystemVariable("HPNAME", HPNAME);
Autodesk.AutoCAD.ApplicationServi...