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: 23.0.0.0 (23.1.0.0)
Since:
2019
Syntax
C# |
---|
public bool IsValidNonContinuousRailHeight(
double height
) |
Visual Basic |
---|
Public Function IsValidNonContinuousRailHeight ( _
height As Double _
) As Boolean |
Visual C++ |
---|
public:
bool IsValidNonContinuousRailHeight(
double height
) |
Parameters
- height
- Type: System..::..Double
The height to be checked.
Return Value
True if the height is smaller than the height of
[!:Autodesk::Revit::DB::Architecture::RailingType], false otherwise.
Remarks
See Also