Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello world.
Im wondering how is it possible to set plot style mode to ".ctb" , or ".stb"
also, if I want to use either case, I need to have them in the AppData\Roaming\Autodesk\AutoCAD 2020\R23.1\enu\Plotters\Plot Styles directroy?
is there any way I can set a location for my ".stb" file to read the setting from there?
Application.SetSystemVariable("PSTYLEMODE", 1);
I tried this, but the code throws an error.
I saw this so I was thinking maybe I could set the plotstyle systemvariable like that
System.Object test = Application.GetSystemVariable("PSTYLEMODE"); if (test.ToString().Equals("0"))
{
....
}
Solved! Go to Solution.