Revit 2023 API |
HandRailPosition Enumeration |
See Also |
The position of the hand rail.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
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. |