Revit 2026 API
Energy |
Checks that the skylight width is greater than or equal to eight inches.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool CheckRangeOfSkylightWidth( double skylightWidth )
Public Shared Function CheckRangeOfSkylightWidth ( skylightWidth As Double ) As Boolean
public: static bool CheckRangeOfSkylightWidth( double skylightWidth )
static member CheckRangeOfSkylightWidth : skylightWidth : float -> bool
Parameters
- skylightWidth Double
- The skylight width to be checked. Should be greater than or equal to eight inches.
Return Value
BooleanTrue if the skylight width is greater than or equal to eight inches, false otherwise.
See Also