Share

HandRailPosition Enumeration

The position of the hand rail.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?