- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a simple way (shortcut) to hide and unhide the description that sits in the DESC property of a Block Reference (MyPoint) object, so I'm only left with the location symbol? I'm able to select multiple Block Reference objects (MyPoints with Description) at the same time and change the description (or delete them altogether), but I just want to hide and unhide the descriptions for now. Anyways, a finger pointing me in the right direction would be awesome. Maybe I'm able to use some AutoLISP to automate it further.
Thinking out loud here... could iterate through the selected objects, store all descriptions in some type of array, delete the descriptions, do some work with the MyPoints, and afterwards move the descriptions back from the array, and although that would probably work, it seems rather cumbersome. As the MyPoint and Description already seem two separate properties of the same object, it would be easier to have some hide/unhide functionality as part of the available toolset.
(I tried dragging a picture in the box provided below, but that doesn't seem to be working, there's also no browse option).
Solved! Go to Solution.