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: 26.0.4.0 (26.0.4.0)
Syntax
public enum TemporaryViewMode
Members
Member nameValueDescription
AcceleratedGraphicsMode9 The view is in the mode that shows Accelerated Graphics.
ExplodedView6 The view is in the mode that shows the model in exploded view and allows user changes/configurations
PreviewFamilyVisibility8 The view is in the mode that shows visibility settings applied in the environment of a family document.
RevealConstraints7 The view is in the mode that reveals constraints between elements in the model.
RevealHiddenElements1 The view is in reveal hidden elements mode
TemporaryHideIsolate2 The view is in temporary hide/isolate mode
TemporaryViewProperties4 The view is in the selected View Properties applied temporarily.
WorksharingDisplay3 The view is in one of the worksharing display modes
See Also