
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
in a separate window I want to show some properties and information of an selected occurrence in an assembly. How can I get the selected occurence from browser or graphical window?
Is there an event that gives me the selected object? I know that there are SelectEvents from Interaction, but I'd like to do this without interaction because I want to run my window in the background. I think that Interaction is not the right way because it means an active selection for a specific command, but not to capture something from the background.
I have in mind to do this with with a timer that looks for the selected object, but I'm not sure if this is a working solution and would prefer working with some kind of event. Is there something I can use?
Thanks
Andreas
Solved! Go to Solution.