EnergyDataSettings.SillHeight Property

EnergyDataSettingsSillHeight Property

Used for the conceptual energy model. The height from the nearest lower level used for auto-glazing created on walls.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double SillHeight { get; set; }
Public Property SillHeight As Double
	Get
	Set
public:
property double SillHeight {
	double get ();
	void set (double value);
}
member SillHeight : float with get, set

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: The sill height is less than zero.
See Also