Reloading multiple family types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a function that reloads family types with overwrite parameters.
At the moment I am reloading each family type separately.
doc.LoadFamilySymbol(filename:=famPath, name:=FamSymbol.Name, familyLoadOptions:=loadOps, symbol:=ReloadFamily)
This often results in multiple times reloading the same family. I have considered to reload the whole family and then delete the unnecessary family types. However several of the families are quite large (over 250 types) while only 3-5 types needed in the project resulting in long loading times.
In the GUI you can reload a family, with a type catalog, select several types in the type catalog window and then have those reloaded with overwrite parameters.
Can we do this, reloading multiple types at once, with the API or is it a matter of reloading each type separately?
Louis
Please mention Revit version, especially when uploading Revit files.