RailingPathCurveJoinOption Enumeration

The join type of the railing path.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum RailingPathCurveJoinOption
Members
Member nameValueDescription
AddVerticalOrHorizontalSegments2 Add vertical or horizontal segments.
ByType0 The rails will be joined according to the settings in the rail type.
ExtendRailsToMeet1 Extend rails to meet.
NoConnector3 No connector.
See Also