Message 1 of 7
List all visible Toolbars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to build a list of all visible toolbars on the UI.
What I have so far does not seem to do it.
I have tried vla-get-tagstring and vla-getname, and a few others without success.
(setq b nil) (vl-catch-all-apply (function (lambda () (vlax-for tbar (vla-get-toolbars (vlax-get-acad-object)) (setq b (cons (vla-getname tbar) b)) )))) (princ "\n b= ")(princ b)(princ)
The list can either be the toolbar name or it's Element ID.
Any help is appreciated.
Scot-65
Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.