Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So, I'm not succesful in clearing my selection.
Reading revitapidocs UI.Selection it seems to me that
Selection.SelElementSet.Clear() is deprecated since SelElementSet is ...
(And it isn't working for me)
So I thought:
Selection.SetElementIds()
or Selection.SetElementIds(None)
or Selection.SetElementIds(<emptylisthere>)
Nope.
So no I wonder: how to clear my selection?
Must be something simple I'm missing / doing wrong?
love python coding
Solved! Go to Solution.