Namespace:
Autodesk.Revit.DB
ElementOnPhaseStatus
Enumeration
Description:
The statuses that an element can have with respect to a given phase.
The statuses that an element can have with respect to a given phase.
Syntax
public enum ElementOnPhaseStatus
Unknown Namespace Members:
Name | Description |
---|---|
None | Phase status is undefined (e.g., for annotations) |
Past | Created and demolished before the given phase |
Existing | Created in a previous phase, existing through the end of the given phase |
Demolished | Created before the given phase, to be demolished on the given phase |
New | Created on this phase (and not demolished) |
Temporary | Created and demolished during this phase |
Future | Created after this phase |