Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, as said in Title im trying to unhide specific objects that were hidden using HIDEOBJECTS or ISOLATE.
I tried:
(acet-ss-visible ss 0)
(redraw obj 1)
(vla-put-visible (vlax-ename->vla-object obj) :vlax-true)
(setpropertyvalue obj "Visible" 0)
None of these seemed to work, any ideas?
Solved! Go to Solution.