Message 1 of 4
how to select an element while Window form is running

Not applicable
07-15-2014
08:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In the C# window form, there is a button.
What i want is that if I press the button, I can select an element in Revit model, and then return to the window form.
I tried "winForm.hide()", but it still does not allow me to select the element even if the window form is hidden.
Could anyone suggest how to implement this function? or sample code?