JoinType 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.0.0.0 (25.0.0.0)
Syntax
public enum JoinType
Members
Member nameValueDescription
Abut0Abut Join
Miter1Miter Join
SquareOff2Square-off Join
Extension3Extension Join
None-1No join type
See Also