Revit 2023 API |
UIApplication..::..IsViewerModeActive Property |
UIApplication Class See Also |
Determines if Revit session is in Viewer mode.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2019.1
Syntax
C# |
---|
public bool IsViewerModeActive { get; } |
Visual Basic |
---|
Public ReadOnly Property IsViewerModeActive As Boolean Get |
Visual C++ |
---|
public: property bool IsViewerModeActive { bool get (); } |