| Revit 2022.1 API |
| AnalysisDisplayLegendSettings..::..ShowLegend Property |
| AnalysisDisplayLegendSettings Class See Also |
If true, legend is shown in the view.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2011
Syntax
| C# |
|---|
public bool ShowLegend { get; set; } |
| Visual Basic |
|---|
Public Property ShowLegend As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ShowLegend { bool get (); void set (bool value); } |