Family Type Properties in Dynamo?

Is there a way (1-3 Nodes) to look at Family Type Properties in Dynamo?
I’m wanting to do this with Furniture Families. The images show what I am trying to do.

You need to first get the ElementType using the Element.ElementType node. Then you can access the parameters as you would with any instance.

1 Like

Element.ElementType NODE to Element.Parameters NODE worked perfectly. Thanks! (see attached)

2 Likes