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