Hello,
I’m trying to change the Type Names of Walls and the ‘‘Element.SetParameterByName’’ gives an error. I’m using Excel as an input for the new Type Names. How do I solve this error? Using Revit 2020/ Dynamo version 2.3.1
Hello @Hido_Yalci
You are providing string as an input, you need to provide family type.
and if you wanted to change name of only 2 family type then you can delete other family type from excel. (So list in column A and list column C contains equal number of items)
Hey @Hido_Yalci ,
you are using wrong node, In place of “SetParameterByName” use “Element.SetName” for renaming the family type name. this is from clockwork v1.0.3 package
Yes! Fixed the problem thank you @honeyjain619