I am trying to write a routine to load a new Plot Style Table, and then set a certain Plot Style Name to all layers.
Here is the code I use to set the new Plot Style Table, and it works fine:
(vla-put-StyleSheet
(vla-get-ActiveLayout
(vla-get-ActiveDocument (vlax-get-acad-object))...