Block Definitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everybody,
Can anyone tell me how to stop a user from editing/Exploding blocks with the Acad block editor. You can set a block as 'explodeable' = false, bot that seems to only work in the drawing context. I would like to stop the user from altering the block definition by any method.
The block is a titleblock and is used to display drawing information which is held in a multiline attribute(containing an XML formatted srting) of an invisible block. The user gets a custom dialog to edit the XML which is then written to an attributed block nested inside another block and not explodable. Effectively, the titleblock is a presenter for the drawing information. The titleblock can be erased but a new titleblock can be populated with the data held in the invisible block.
I would like to stop the inquisitive user from editing or exploding the blocks via the block editor.