HandRailPosition Enumeration

The position of the hand rail.

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