Jump to content

Recommended Posts

Posted

Hi Guys ...

 

How To unload Menu File using Lisp Function

Posted
(vla-unload (vla-item (vla-get-menugroups (vlax-get-acad-object)) "YourMenu"))

Posted
(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

Posted

Or you may use the MENUUNLOAD command:

(command "_MENUUNLOAD" [i]MenuToUnloadName[/i])

Posted

Tank u Mircea

 

I got it Now .....

 

:D

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...