Message 1 of 5
Checking if entity is selected
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Before I embark on developing an alternative can I just double check...
The only way to check if an AcDbObject / AcDbEntity is selected is to iterate through a selection set (or equivalent array) - correct?
There is no "selected" property of the object (e.g., isSelected) that AutoCAD maintains?
Meaning the time taken to check if something is selected varies with the size of the selection?

