JoinType Enumeration


Join Type Enumeration

The type of join at the end of an element. The join type affects only the graphic treatment, i.e. cleaning of the end, not the physical join behavior.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum JoinType
Members
Member name Value Description
Abut 0 Abut Join
Extension 3 Extension Join
Miter 1 Miter Join
None -1 No join type
SquareOff 2 Square-off Join
See Also