Jef! Posted February 5, 2014 Posted February 5, 2014 Found some routines to specify a plot styles tables search path, some to modify the plot styles tables search path... but couldn't find anything to retrieve (by lisp or vlisp) the actual plot styles table folder path.. You know, the one that will pop in windows explorer if you go to: file ->plot style manager... I also checked all vars *prefix, no success either on that path... Anyone knows how to retrieve it? Thanks in advance, cheers! Quote
Jef! Posted February 6, 2014 Author Posted February 6, 2014 I've check *prefix since many paths vars end with that I've check *plot* for obvious reasons.. But the var is PrinterStyleSheetDir. ... .. ... ..autodesk... thanks you very much Lee! Quote
BIGAL Posted February 6, 2014 Posted February 6, 2014 Maybe also (setq *files* (vla-get-files (vla-get-preferences (vlax-get-acad-object)))) (vla-get-PrinterConfigPath *files*) (vla-get-PrinterStyleSheetPath *files*) (vla-get-PrinterDescPath *files*) ; can do reverse and do put's 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.