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