Revit 2026 API
ViewAllows |
Identifies if this view allows display of Analysis results.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AllowsAnalysisDisplay()
Public Function AllowsAnalysisDisplay As Boolean
public: bool AllowsAnalysisDisplay()
member AllowsAnalysisDisplay : unit -> bool
Return Value
BooleanTrue if the view allows display of Analysis results, false otherwise.
See Also