UIControlledApplication.IsViewerModeActive Property

UIControlledApplicationIsViewerModeActive Property

Determines if Revit session is in Viewer mode.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.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