Revit 2025.3 API
Mass |
The height above the level where the bottoms of auto-generated windows will be located.
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
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The sill height is less than zero. |

Will be accurate unless the target glazing percentage cannot be achieved using this height.
In that case, the sillHeight will be ignored and windows will be created below this height.
See Also