RailIndex Enumeration

RailIndex Enumeration

The continuous rail position index.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RailIndex
Public Enumeration RailIndex
public enum class RailIndex
type RailIndex
Members
Member nameValueDescription
Top0 The rail is located on the top of the railing.
LeftPrimary1 The rail is a primary rail on the left.
RightPrimary2 The rail is a primary rail on the right.
LeftSecondary3 The rail is a secondary rail on the left.
RightSecondary4 The rail is a secondary rail on the right.
See Also