Checks whether the input height is valid for a non-continuous rail in its associated railing type.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidNonContinuousRailHeight( double height )
Parameters
- height Double
- The height to be checked.
Return Value
BooleanTrue if the height is smaller than the height of [!:Autodesk::Revit::DB::Architecture::RailingType], false otherwise.