Revit 2026 API
UIApplicationIs |
Determines if Revit session is in Viewer mode.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsViewerModeActive { get; }
Public ReadOnly Property IsViewerModeActive As Boolean Get
public: property bool IsViewerModeActive { bool get (); }
member IsViewerModeActive : bool with get
Property Value
BooleanSee Also