RailingType.SecondaryHandrailLateralOffset Property

RailingTypeSecondaryHandrailLateralOffset Property

The lateral offset of the secondary handrail.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double SecondaryHandrailLateralOffset { get; }
Public ReadOnly Property SecondaryHandrailLateralOffset As Double
	Get
public:
property double SecondaryHandrailLateralOffset {
	double get ();
}
member SecondaryHandrailLateralOffset : float with get

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException The rail has no secondary hand rail.
See Also