Revit 2025.3 API
Spatial |
Enables analysis results visibility in the view.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ResultsVisibleInView { get; set; }
Public Property ResultsVisibleInView As Boolean Get Set
public: property bool ResultsVisibleInView { bool get (); void set (bool value); }
member ResultsVisibleInView : bool with get, set
Property Value
BooleanSee Also