| Revit 2022 API |
| StairsEndConnectionType Enumeration |
| See Also |
The join style between a run and landing.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public enum StairsEndConnectionType |
| Visual Basic |
|---|
Public Enumeration StairsEndConnectionType |
| Visual C++ |
|---|
public enum class StairsEndConnectionType |
Members
| Member name | Description |
|---|---|
| StraightCut | The run and landing are joined by a straight cut. |
| Notch | The run and landing are joined by a notch. |