The join type of the system rails.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum RailJoinOption
Members
| Member name | Value | Description |
|---|---|---|
| ByType | -1 | The rails will be joined according to the settings in the rail type. |
| Fillet | 1 | The rails will be joined by a fillet connection. |
| Miter | 0 | The rails will be joined by a miter connection. |
