Message 1 of 10
Prevent Block from edit from C# API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can we prevent block from edit?
Right now if I double click on block it can be edited. I tried to lock the layer and block but unable to do that.
also I have to prevent block from being copied.
Can anyone guide me in this?
I tried with:
1. _AcAp.DocumentLock Doclk = cDoc.LockDocument()
2. newLayer.IsLocked = true;