| Revit 2020.1 API |
| JoinType Enumeration |
| See Also |
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: 20.0.0.0 (20.1.1.1)
Syntax
| C# |
|---|
public enum JoinType |
| Visual Basic |
|---|
Public Enumeration JoinType |
| Visual C++ |
|---|
public enum class JoinType |
Members
| Member name | Description |
|---|---|
| None | No join type |
| Abut | Abut Join |
| Miter | Miter Join |
| SquareOff | Square-off Join |
| Extension | Extension Join |