Greetings,
I am attempting to take all the material name parameters in my revit file and capitalize the material names. I thought I was on the right track, because in Dynamo I could see that the text was being capitalized, but when I try to set the material name parameter I get a “Traceback” message and some text about the parameter being read-only. I was under the impression that by using the Set.Builtin Parameter node, i could write something to a read only parameter.
any suggestions are welcome. Thank you all for your time.
I figured out a way! instead of using the name parameter i wrote to the description parameter and changed the parameter in my tag family.