Message 1 of 1
Select Multiple Components via API
Not applicable
02-24-2012
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm writing a program in C# that allows the user to click a button on a form, select multiple components within an assembly, and then store those components in a collection/list/set/what have you. The form/button/connecting to inventor is all set (I am able to select a single component using my program), I just cannot figure out the multiple selection. I've tried a few different approaches and cannot seem to figure it out.
Could someone point me to an example or provide one (in C# preferably)? Most of the examples I keep coming across are in VB.net and I can't seem to get the interaction events to work in C#. Any help would be greatly appreciated. Thanks.