SelectSet object types in C#

SelectSet object types in C#

Anonymous
Not applicable
935 Views
1 Reply
Message 1 of 2

SelectSet object types in C#

Anonymous
Not applicable

Can someone explain how to determine object types in a SelectSet in C#?  I get COM objects, but cannot figure out what to do with them afterwards?  I don't think the GetObjectType method exists in the .NET API (as is suggested for the c++ solution to the same question).

 

If the answer is to do a try cast, is there a list of all the possible object types somewhere?

 

Thanks

0 Likes
Accepted solutions (1)
936 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

See topic "Getting a list of selected items in C#" for solution.

0 Likes