Get element's family instance

I may just be dim, but how do I get an element’s family instance? I want to get an elements nested elements but the only node that looks promising is FamilyInstances.RetrieveNestedComponents, which uses family instances.

FamilyInstance is a sub-type of the Element object. As long as the Element you supply is an actual family instance the node will work.

1 Like