Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I tried the following articles but I didn't get results.
https://thebuildingcoder.typepad.com/blog/2014/09/modifying-saving-and-reloading-families.html
https://forum.dynamobim.com/t/setting-the-builtin-parameter-accessible-thru-the-family-editor/10554/...
https://forums.autodesk.com/t5/revit-api-forum/how-to-dismiss-popups-when-going-into-quot-editfamily...
Code segment:
.....
family = UnwrapElement(IN[0])
en = family[0]
famdoc = doc.EditFamily(en.Family)
.....
What is the problem?
How do we fix this?
Any assistance is much appreciated.
Solved! Go to Solution.