StairsEndNotchOption Enumeration |
The style of notch width for the stairs.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum StairsEndNotchOption
Public Enumeration StairsEndNotchOption
public enum class StairsEndNotchOption
type StairsEndNotchOption
MembersMember name | Value | Description |
---|
FullRunWidth | 0 |
The notch width is the run width.
|
Custom | 1 |
The notch width is customized by user.
|
See Also