RVTDocs.com
Namespace: Autodesk.Revit.DB

ChangePriority

Enumeration
Description:
Enum used to specify the priority of an Updater during execution.
Remarks:
The enumeration values are ordered in the order in which updaters associated to each priority will be run. For example, updaters associated to priority GridsLevelsReferencePlanes will run first, while updaters associated to priority Annotations will run last.
Syntax
public enum ChangePriority
ChangePriority Enumeration Members:
Name Description
0 Updater will modify core datums and major reference planes
1 Updater will modify masses
2 Updater will modify exterior shell of the building or floor slabs
3 Updater will modify structural elements like beams, braces, columns and trusses
4 Updater will modify interior/partition walls
5 Updater will modify family instances that cut their hosts like doors and windows
6 Updater will modify MEP fixtures such as lights, sinks, equipment, etc.
7 Updater will modify Rooms, MEP spaces or zones
8 Updater will update MEP calculated values
9 Updater will modify standalone components
10 Updater will modify connections
11 Updater will modify rebar
12 Updater will modify MEP elements such as segments, fittings and wires
13 Updater will modify MEP systems or circuits
14 Updater will modify views
15 Updater will modify detail components and symbolic lines
16 Updater will modify annotations