Element Associated Family Parameter Node

Hi. I’m curious if there is a Rhino Inside Node that is similar to the Dynamo Clockwork node called
Element.AssociatedFamilyParameters
Inputs: Elements
Outputs:
ElementParameters
AssociatedFamilyParameters
ElementParameterNames
AssociatedFamilyParameterNames

~Thanks

Here are the components available for Querying Element Parameters, in the Project or Family environment. Of course anything available in Revit API is possible.

Thanks for the reply Japhy. What I’m interested in is for the parameter “Offset” thats built into the Reference Point I’m trying to find a way to get the Associated Family Parameter Name.
See screenshot below. In my imagination its similar to the “Query Element Parameters” node but perhaps with a toggle or second output that shows the Associated Family Parameter that is set equal to “Offset”
Hopefully that makes sense.

_RiR Testing.zip (437.2 KB)
Hi. I dug around a bit and found a bit of python code on a dynamo forum that did what I wanted it to do but when I port the python to grasshopper I don’t get any errors but also don’t get any results. Wondering if perhaps someone smarter than I with Python might see where I went wrong with the attached.
~Thanks

Hi Frederick,

I’m not knowledgeable enough in the intricacies of python to tell what is wrong with your definition.

Here’s what i came up with.

re_RiR Testing 01.gh (11.8 KB)