
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings.
I am currently trying to grasp the basics of working with Revit API and what I want to accomplish currently is to get all elements in the active view, show them in a TaskDialog and then create a functionality that, when you double-click on one of these elements, it closes the dialog and selects it in Revit. So far I got this:
However, I got stuck at the last part and I am unsure if it is even possible. Therefore two questions arise:
Can I somehow make the ID string react to a double-click in a way that it closes the dialog and then selects the element with that certain ID?
Do I have to add a WPF window and create this functionality there instead?
Any kind of advice is highly welcome!
Solved! Go to Solution.