Hello.
I’m trying to rename several in-place components, I created importing an IFC file in Revit…something like 400 elements…
I noticed that in-place component don’t have any parameter value set for parameters “Family Name” and “Type Name” (string), but only parameter “Family” and “Type”.
Using “Element.SetParameterByName” and “Element.SetName” (Clockworks) I didn’t manage to solve this task.
The only way is to manually rename the in-place component from the project browser…is it possible to automate this using Dynamo?
Thanks.