Used for the conceptual energy model.
The height from the nearest lower level used for auto-glazing created
on walls.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2011
Syntax
| C# |
|---|
public double SillHeight { get; set; } |
| Visual Basic |
|---|
Public Property SillHeight As Double Get Set |
| Visual C++ |
|---|
public: property double SillHeight { double get (); void set (double value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The sill height is less than zero. |