RailJoinOption Enumeration

RailJoinOption Enumeration

The join type of the system rails.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum RailJoinOption
Public Enumeration RailJoinOption
public enum class RailJoinOption
type RailJoinOption
Members
Member nameValueDescription
ByType-1 The rails will be joined according to the settings in the rail type.
Fillet1 The rails will be joined by a fillet connection.
Miter0 The rails will be joined by a miter connection.
See Also