ColinHolloway Posted March 13, 2013 Posted March 13, 2013 Hi All, Using LISP I can set the Tool Palettes File Locations using vla-put-ToolPalettePath but I cannot find a way (without putting the value directly into the Registry) to set the Authoring Palatte File Locations. Is there a way to do this without accessing the registry directly (using vl-registry-write)? Thanks in advance, Colin Quote
BIGAL Posted March 13, 2013 Posted March 13, 2013 A lot of the config stuff is about knowing variable name did you try Authortoolpalettepath ? as a guess its hard to find sometimes Try this ;(vlax-dump-object (vla-get-files (vla-get-preferences (vlax-get-Acad-object))) T) Quote
ColinHolloway Posted March 13, 2013 Author Posted March 13, 2013 Hi BIGAL, That path variable isn't listed in the object dump. I guess I'll have to explore the registry option. Thanks, Colin A lot of the config stuff is about knowing variable name did you try Authortoolpalettepath ? as a guess its hard to find sometimes Try this ;(vlax-dump-object (vla-get-files (vla-get-preferences (vlax-get-Acad-object))) T) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.