RailingType.PrimaryHandrailLateralOffset Property

RailingTypePrimaryHandrailLateralOffset Property

The lateral offset of the primary handrail.

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

Property Value

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