How to get all type parameters of a element

Dear Dynamo users,
I would like to check which family has duplicated Type Parameters.
for that, I would like to extract all type parameters of the element and then, I will compare to check duplicity.

My problem starts when I try to extract all the type parameters of an element.
Do you know a node or python script to get that information?

Thanks in advance.
:smiley:

First get the Elementโ€™s ElementType. From there, you can just use Element.Parameters to get all of the type parameters.

1 Like