CheckRangeOfSillHeight Method


Checks that the sill height is greater than or equal to zero.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2011

Syntax

C#
public static bool CheckRangeOfSillHeight(
	double sillHeight
)
Visual Basic
Public Shared Function CheckRangeOfSillHeight ( _
	sillHeight As Double _
) As Boolean
Visual C++
public:
static bool CheckRangeOfSillHeight(
	double sillHeight
)

Parameters

sillHeight
Type: SystemDouble
The sill height to be checked.

Return Value

True if the sill height falls is greater than or equal to zero, false otherwise.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →