UIControlledApplication.IsViewerModeActive Property

UIControlledApplicationIsViewerModeActive Property

Identifies if the current Revit session is running 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

Boolean
See Also