Message 1 of 4
Autodesk.Revit.DB.IUpdater.Execute , know modification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
this class work , on method Execute has called when element is modified,created,deleted. OK
I know the ID element (GetAddedElementIds,GetModifiedElementIds,GetDeletedElementIds), OK
But how do i do for know if a geometry modified or parameter modified or type modified ?
I work track all change on the one reactor.
Thank.