HandRailPosition Enumeration


Hand Rail Position Enumeration

The position of the hand rail.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum HandRailPosition
Members
Member name Value Description
Left 1 The hand rail is on the left side of railing.
LeftAndRight 3 The handrail is on both sides of the railing.
None 0 No hand rail
Right 2 The hand rail is on the right side of railing.
See Also