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: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum RiserToTreadConnectionOption
Members
| Member name | Value | Description |
|---|---|---|
| JoinAll | 2 | The connection will join all risers and treads. |
| RiserBehindTread | 0 | The connection will extend riser behind tread. |
| TreadUnderRiser | 1 | The connection will extend tread under riser. |
