RVTDocs.com

NonContinuousRailInfo.IsValidNonContinuousRailHeight

Method
Description:
Checks whether the input height is valid for a non-continuous rail in its associated railing type.
Remarks:
The height cannot be greater than the height of a [!:Autodesk::Revit::DB::Architecture::RailingType] to which the non-continuous rail belongs.
Syntax
Parameters
Parameter Type Description
height Double The height to be checked.
Return Value
Type Description
Boolean True if the height is smaller than the height of [!:Autodesk::Revit::DB::Architecture::RailingType] , false otherwise.