Revit 2020 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: 20.0.0.0 (20.0.0.377)
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. |