Enables analysis results visibility in the view.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
C# |
---|
public bool ResultsVisibleInView { get; set; } |
Visual Basic |
---|
Public Property ResultsVisibleInView As Boolean Get Set |
Visual C++ |
---|
public: property bool ResultsVisibleInView { bool get (); void set (bool value); } |