Message 1 of 5

Not applicable
07-02-2010
08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Working from the Selection (Simple) sample, how do you figure out the object type from the selected object array (oSelectedEnts)?
I've implemented the same selection mechanism in C#, but I just get an array of Objects back and have no way of determining what they are since they are returned as generic "System.__ComObject" types.
Solved! Go to Solution.