Making Parameters Editable

Hello,

I have a graph where it grabs all the Worksets from Reference Planes and change the workset names into something appropriate for my project.

However, Element.SetParameterByName node is giving me an error saying ‘The parameters are read only’. I checked Revit and it seems like a lot of the parameters’ Workset values are not editable.

Is there a node or graph where I can grab all the Reference Planes and turn their Workset values editable as a group then change them to my appropriate version? (this part I have already scripted).

Thank you very much!

hi @mrkpkimEMSRM

If the parameter is greyed out (not editable) in Revit. Those parameters will surely also not editable in Dynamo.

-biboy

1 Like