Revit 2025.3 API
Railing |
The height of the secondary handrail.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double SecondaryHandrailHeight { get; }
Public ReadOnly Property SecondaryHandrailHeight As Double Get
public: property double SecondaryHandrailHeight { double get (); }
member SecondaryHandrailHeight : float with get
Property Value
Double| Exception | Condition |
|---|---|
| InvalidOperationException | The rail has no secondary hand rail. |
See Also