Revit Family Rename in a project
问题 Is it possible to rename families in a project through the API. We are recently updating and standardizing our family naming convention. I'd like to build an add-in that would rename the families in existing project to the new standard names. I haven't had any success finding an example of this online. I’ve successfully been able to find all the family names, however, I can’t rename the family. I’m using the C#. 回答1: I tried the direct way with .Name property and seems to work. UIApplication