Rename Text Note Type Names (Parameter is Read-Only Error)

Hi,

I was creating a graph to rename all the placed textnote family types in my project with a different & standardized prefix.

I was getting there but came across the “The parameter is read-only” error. I have looked at the other discussions but haven’t seen the solution.

Do you have any idea how to get this script working? Thank you so much!

Dynamo%20-%20Can't%20set%20Parameter%20for%20TextNote%20Type%20Name
Dynamo%20-%20Can't%20set%20Parameter%20for%20TextNote%20Type%20Name%20Warning

Hi @archjahzzy

Use Element.SetName custom node from clockwork package to rename types.

2 Likes

Parameter name Should be Type

Hi saurabh.jha… I have tried doing that because I saw it in another forum, but it said no parameter with such name could be found

example to change all text note to 2.5 arial

Hi Kulkul,

I get this after using Element.SetName from Clockwork…

It just gets the original names…

@archjahzzy Have you tried what @Kulkul suggested.It works.

@archjahzzy You need to feed elements not string.

3 Likes

@archjahzzy Make sure you connect family types to elements input.

Hi Kulkul, Thank you so much for the help. Your powers are incredible! :smiley:

1 Like

Yes, it did work. Thank you!