The continuous rail position index.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration RailIndex
public enum class RailIndex
Members| Member name | Value | Description |
|---|
| LeftPrimary | 1 |
The rail is a primary rail on the left.
|
| LeftSecondary | 3 |
The rail is a secondary rail on the left.
|
| RightPrimary | 2 |
The rail is a primary rail on the right.
|
| RightSecondary | 4 |
The rail is a secondary rail on the right.
|
| Top | 0 |
The rail is located on the top of the railing.
|
See Also