Message 1 of 4
Using PickObjects on Project Browser Elements (Sheets)

Not applicable
03-07-2017
11:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I just found out about the PickObjects method and thought it would be very useful in quick functions, saving me time from creating windows forms for simple user input. I'm creating a plugin where I need to select multiple sheets, and noticed that when I use the PickObjects method the whole project browser gets greyed out. Any way of stopping this?
Here is the code that causes it:
IList<Reference> pickSheets = choices.PickObjects(ObjectType.Element);
Thanks!