Message 1 of 4
Select rectangle

Not applicable
05-27-2016
02:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I use the code below to let the use select a part:
ComponentOccurrence thepartsel = (ComponentOccurrence) _inventApp.CommandManager.Pick(SelectionFilterEnum.kAssemblyLeafOccurrenceFilter, "Select part");
But it only can be used to select 1 element. What I am searching for is a method to do a window selection or multiple pick.
Something like _inventApp.CommandManager.PickRectangle() 🙂
Can this be done and if so, how ?