StairsEndConnectionType Enumeration |
The join style between a run and landing.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum StairsEndConnectionType
Public Enumeration StairsEndConnectionType
public enum class StairsEndConnectionType
type StairsEndConnectionType
MembersMember name | Value | Description |
---|
Notch | 1 |
The run and landing are joined by a notch.
|
StraightCut | 0 |
The run and landing are joined by a straight cut.
|
See Also