Message 1 of 17
How Do I Reverse The Effect Of AutoCadBlockReference.Visible In AutoCAD?
Not applicable
03-14-2013
10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How Do I Reverse The Effect Of AutoCadBlockReference.Visible?
My question is very simple but I seem to be having quite a bit of trouble finding an answer. In code I have this:
block.Visible = false;
But I have no idea how to reverse this in AutoCAD 2012. I can't see this block anymore (makes sense) but I also can't change this seemingly unfindable "Visible" property back to true.

