RailExtensionStyle Enumeration |
The extension style of the rail.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum RailExtensionStyle
Public Enumeration RailExtensionStyle
public enum class RailExtensionStyle
Members| Member name | Value | Description |
|---|
| Floor | 2 |
The rail extends to floor.
|
| None | 0 |
The rail extends to nothing
|
| Post | 3 |
The rail extends to post.
|
| Wall | 1 |
The rail extends to wall.
|
See Also