Message 1 of 3
Syntax of get_Item call in C++
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've seen pPointer->get_Item used in many examples but the way of passing the first index argument changes. Some examples...
get_Item(COleVariant(CGID)... get_Item(CComVariant(j),... get_Item(_variant_t(3L, VT_I4),...
In these three examples they all get cast to different types. Are they all equivalent when get_Item simply requires an index?
This may be more a COM than Inventor API question, but any help would be appreciated...