Message 1 of 9
Check if element is editable

Not applicable
07-26-2013
08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've written a very teeny piece of code that runs through all the doors in a model and enters "--" in any field that is empty.
If the model has worksets active, and someone else has "checked out" a door, it pops up the usual "cannot edit element until so-and-so relinquishes..."
Is there any way the API can check to see if the entire element is editable before proceeding? I am already checking if the parameter itself is read only, and thought that would do it, but no luck.