HandRailPosition Enumeration


The position of the hand rail.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2013

Syntax

C#
public enum HandRailPosition
Visual Basic
Public Enumeration HandRailPosition
Visual C++
public enum class HandRailPosition

Members

Member name Description
None No hand rail
Left The hand rail is on the left side of railing.
Right The hand rail is on the right side of railing.
LeftAndRight The handrail is on both sides of the railing.

See Also