•Registered Commands and Applications must explicitly set
a Regeneration Option
•
•RegenerationOption.Automatic:
§The API
framework will regenerate after every model level change (equivalent behavior with Revit 2010 and
earlier). This mode is
provided for behavioral equivalence with Revit 2010 and earlier; it is obsolete and will be removed in a future release.
•RegenerationOption.Manual:
§The API framework will not regenerate after every model
level change. SuspendUpdating blocks are unnecessary and
should not
be used. Regeneration may be triggered by
your application.
•