Hello all!
I would like to know, whether it is possible and how to query the properties of a child-object with the use of an other child-objects reference.

Wha I want, is, to get access to the properties of the CH_2 object, using the reference of the CH_1 object (for example using the passed object reference in the ongenerate callback function of the CH_1 object).
(I have made several attempts with CH_1.Parent.Childen and CH_1.Parent.InternalObject.Children, however, I get back a ComObject as a refernece without access to the properties)
Thank you for your help!