Lighting Fixture Elevation Heights

Hi All,

New to Dynamo and learning as I go. This is a simple one. I would like to schedule the elevation of wall lights by means of using the built-in Revit Elevation Parameter and then write the values into a schedule where I create a new parameter called “ELE”. (I used wall lights as they have elevation offsets)…

What logic am I missing so simply read built-in parameters and then write it back to a schedule parameter?

Thank you in advance!

DYN_Lighting_Fixture_Elevations.dyn (5.7 KB)

I think you may want the Element.GetParameterValueByName instead of Parameter.ParameterByName.

2 Likes

The “Parameter.ParameterByName” gives you a parameter not the parameter value. Replace that node with the “GetParameter” node.

Hope this helps!

1 Like