- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
On a revit project, when a family instance is placed or when a new family is loaded into the project, I want to read it's extensible storage (extensible storage of the family document) in the process to take some actions about it.
To do that, I tried using the Application_DocumentChanged event but it didn't allow me to open a transaction so I couldn't use doc.EditFamily(family) to get the document of related family and read it's extensible storage.
I tried using using dynamic model update but again the api doesn't let me use EditFamily in the dynamic mode.
Is there another way?
Solved! Go to Solution.