StairsUndersideSurfaceStyle Enumeration |
The style of the underside surface of the run.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum StairsUndersideSurfaceStyle
Public Enumeration StairsUndersideSurfaceStyle
public enum class StairsUndersideSurfaceStyle
type StairsUndersideSurfaceStyle
MembersMember name | Value | Description |
---|
Stepped | 0 |
The underside surface of the run is stepped.
|
Smooth | 1 |
The underside surface of the run is smooth.
|
See Also