| Revit 2022 API |
| RiserToTreadConnectionOption Enumeration |
| See Also |
Represents the connection style of the riser and tread in relation to each other.
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 RiserToTreadConnectionOption |
| Visual Basic |
|---|
Public Enumeration RiserToTreadConnectionOption |
| Visual C++ |
|---|
public enum class RiserToTreadConnectionOption |
Members
| Member name | Description |
|---|---|
| RiserBehindTread | The connection will extend riser behind tread. |
| TreadUnderRiser | The connection will extend tread under riser. |
| JoinAll | The connection will join all risers and treads. |