Autodesk Revit API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Creating element in updater typeof "GetChange TypeElemen tAddition"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi all Revit API masters :-)
Doesn anyone have an experience in following situation?
I have an updater which is triggered by element additions (Element::GetChangeTypeElementAddition()). Within the Execute of that updater an another element is created (a tag element).
In previous Revit release this again caused triggering of updater(s) of "addition" type. But seems that in Revit 2013 it's not the case anymore(?). It seems that elements (at least tags) added inside the addition updater doesnt' cause further triggering of similar updaters.
Can anyone confirm or disprove this?
Thanks!
Solved! Go to Solution.
Re: Creating element in updater typeof "GetChange TypeElemen tAddition"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi,
This is not listed on the "Revit Platform API Changes and Additions.docx" for 2013, so if you believe anything changed, then we need to investigate deeper. Can you provide more information or sample code on it? Please don't share confidential information or, if you are a ADN member, then you can log a case.
Augusto Goncalves
Autodesk Developer Network
Re: Creating element in updater typeof "GetChange TypeElemen tAddition"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Dear Olli,
Thank you for reporting this. I submitted a change request SPR #234298 [Updater difference between 2012/2013] on your behalf for further exploration.
Re: Creating element in updater typeof "GetChange TypeElemen tAddition"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Any time Jeremy :-)
I marked this as solved, although the issue stille exists, but in scope of this forum, this question is dealt now.
Thank you too!
