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: 23.0.0.0 (23.1.0.0)

Syntax

C#
public enum JoinType
Visual Basic
Public Enumeration JoinType
Visual C++
public enum class JoinType

Members

Member nameDescription
NoneNo join type
AbutAbut Join
MiterMiter Join
SquareOffSquare-off Join
ExtensionExtension Join

See Also