HandRailPosition Enumeration

The position of the hand rail.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum HandRailPosition
Members
Member nameValueDescription
None0 No hand rail
Left1 The hand rail is on the left side of railing.
Right2 The hand rail is on the right side of railing.
LeftAndRight3 The handrail is on both sides of the railing.
See Also