Represents the connection style of the riser and tread in relation to each other.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |