Using ACAD 2012 full version
I need to send a dwg file to someone by e-mail but need to keep them from editting/exploding/etc it. I have tried a test on the method described below and it does not work:
Set XEDIT = 0 in the child drawing(s) and create blocks in the child with "Allow Exploding" unchecked.
Start a new drawing and Attach the child into this new parent drawing as an XREF.
This is all fine and does not allow editting/exploding. However, when I XBind or eTransmit, it undoes all this fancy prevention. Even with XEDIT = 0 in the parent.
I know at one time in like ACAD 2000, it was possible to prevent someone from editting/exploding a drawing e-mailed to them. It's been a while. Maybe we used a LISP routine or some features native to ACAD. I just don't remember. Help!