Hello,

I have a macro for controlling a parametric assembly, well it's skeletal master part and respective assembly actually. In this macro I have created a Parametric Assembly object in which there are properties and a collection of objects that consist of parameters and form controls. I would like be able to listen to events raised from one of the objects in the collection and then dirty the parametric assembly object.
I have worked with the Inventor API for some time now and I like the object hierarchy used in the API, this is what I am trying to replicate in my Parametric assembly object. The Parametric assembly object has a collection "clsControlParameters" which is a collection of "clsControlParameter" objects. The "clsControlParameter" object listens for an event raised by the respective control the parameter is associated with, from this I can then flag the assembly will need updating.
Has anyone else bumped into this problem as I really don't know what to code next.

Thanks
