i want to get the output of the rebar cover as a number. As you can see in the picture the node
“Element.GetParameterValueByName” Returns the key but i need my actual revit Input which is 2.5 cm in this case.
What are the parameters of the rebar cover type? Note this is an element, as indicated by the green highlighted number, so try an Element.GetParameterValueByName node.
Hey, I am also trying to retrieve the cover number (should be 2.5 cm) from a column element and all it is giving me is the RebarCoverType and its ID. I tried the Element.Name node and all it is giving me is the string containing the “RebarCoverType”.
I tried Element.ID as well and all I get is the elements ID…