Revit 2025.3 API
Energy |
Used for the conceptual energy model. The approximate width used for the skylights in
massing instances when the Energy Analytical model is being created.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double SkylightWidth { get; set; }
Public Property SkylightWidth As Double Get Set
public: property double SkylightWidth { double get (); void set (double value); }
member SkylightWidth : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: The skylight width is less than eight inches. |
See Also