NonContinuousRailInfo.IsValidNonContinuousRailHeight
Description:
Checks whether the input height is valid for a non-continuous rail in its associated railing type.
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.
The height cannot be greater than the height of a [!:Autodesk::Revit::DB::Architecture::RailingType] to which the non-continuous rail belongs.
public bool IsValidNonContinuousRailHeight(
double height
)
-
DoubleheightThe height to be checked.
Return Value
bool
True if the height is smaller than the height of RailingType , false otherwise.