RailTypeDefaultJoinOption Enumeration

The default join type of the rail.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RailTypeDefaultJoinOption
Members
Member nameValueDescription
Miter0 The rails will be joined by a miter connection.
Fillet1 The rails will be joined by a fillet connection.
See Also