Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an assembly which contains a CComPtr<ComponentOccurrence> pThisCompOcc , and I'd like to do two things.
- Get the name of the "base" object, not the display name of the occurence
- Change the model and user parameter values of the occurrence
I suspect that I need to find the function or method which gives me a CComPtr<PartComponentDefinition> pPartCompDef which the occurrence points to for the Q1, but what about Q2?
Presumably the parameters are associated with the ComponentOccurrence and the "real" name is associated with the PartComponentDefinition?
Anyway, does anyone know how I do 1 and 2 ?
Solved! Go to Solution.