gS7 Posted June 25, 2012 Posted June 25, 2012 Hi Guys ... How To unload Menu File using Lisp Function Quote
Lee Mac Posted June 25, 2012 Posted June 25, 2012 (vla-unload (vla-item (vla-get-menugroups (vlax-get-acad-object)) "YourMenu")) Quote
gS7 Posted June 25, 2012 Author Posted June 25, 2012 (vla-unload (vla-item (vla-get-menugroups (vlax-get-acad-object)) "YourMenu")) ow!! Tank u Lee mac Can u Tell me how to unload with autolisp codes without using visual lisp code which u posted in #2 Quote
MSasu Posted June 25, 2012 Posted June 25, 2012 Or you may use the MENUUNLOAD command: (command "_MENUUNLOAD" [i]MenuToUnloadName[/i]) Quote
MSasu Posted June 25, 2012 Posted June 25, 2012 Out of curiosity, can you detail please what prevent you from using functions from VisualLISP extension? You just deny yourself from a lot of useful functionality. 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.