| Revit 2021.1 API |
| AnalysisDisplayLegend..::..Height Property |
| AnalysisDisplayLegend Class See Also |
The height, in sheet size, of the legend's rectangle
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2011
Syntax
| C# |
|---|
public double Height { get; set; } |
| Visual Basic |
|---|
Public Property Height As Double Get Set |
| Visual C++ |
|---|
public: property double Height { double get (); void set (double value); } |