TemporaryViewMode Enumeration

Enumeration to represent the various temporary view modes a view can be in.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum TemporaryViewMode
Members
Member nameValueDescription
RevealHiddenElements1 The view is in reveal hidden elements mode
TemporaryHideIsolate2 The view is in temporary hide/isolate mode
WorksharingDisplay3 The view is in one of the worksharing display modes
TemporaryViewProperties4 The view is in the selected View Properties applied temporarily.
ExplodedView6 The view is in the mode that shows the model in exploded view and allows user changes/configurations
RevealConstraints7 The view is in the mode that reveals constraints between elements in the model.
PreviewFamilyVisibility8 The view is in the mode that shows visibility settings applied in the environment of a family document.
See Also