Checks that the skylight width is greater than or equal to eight inches.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CheckRangeOfSkylightWidth(
double skylightWidth
)
Parameters
- skylightWidth Double
-
The skylight width to be checked. Should be greater than or equal to eight inches.
Return Value
Boolean
True if the skylight width is greater than or equal to eight inches, false otherwise.
See Also
Reference