- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am having some trouble when reloading families in the model using both .LoadFamily() and .LoadFamilySymbol() methods. I have already read some posts about this topic (and its given solutions) such as:
- https://forums.autodesk.com/t5/revit-api-forum/problem-with-loadfamily-method/td-p/7407956
I have realise that, when trying to reload a family that was already in the project when it was opened, both methods fail. Nevertheless, if the family is loaded for the first time with .LoadFamilySymbol() you achieve your goal, whereas doing the same with .LoadFamily() always return false. I am trying passing all different arguments (including IFamilyLoadOptions) and no matter which of them I used, the result is always as I have said.
Regarding above posts:
- I am modifying the family before trying to load it.
- I am using Python.
So, I am asking for a solution to re-load a family that is already in the project document.
Thank you in advance
Solved! Go to Solution.