I’m trying this to take the floor thickness and apply it to the wall top offset. Seems to work in positive but is not accepting my negative number as described above. It’s not giving me an error in Dynamo but it’s not changing the parameter in Revit. Any ideas?
Your getting trailing zero’s at your parameter values. If you change “Number Format” settings in Dynamo that will help you. Follow steps below. Good Luck!
Thank you both. From Vikram’s graph image I could see that I was a victim of improper Lacing. When I set the Lacing of my Element.SetParmeterByName node to Longest, it worked.