RailExtensionStyle Enumeration


Rail Extension Style Enumeration

The extension style of the rail.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum 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