2024 Method
Changes 0
M

NonContinuousRailInfo.IsValidNonContinuousRailHeight

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.
public bool IsValidNonContinuousRailHeight(
	double height
)
  • Double
    height
    The height to be checked.
Return Value bool True if the height is smaller than the height of RailingType , false otherwise.