StairsSupportTopsideSurfaceType Enumeration |
The style of the topside surface of the support.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum StairsSupportTopsideSurfaceType
Public Enumeration StairsSupportTopsideSurfaceType
public enum class StairsSupportTopsideSurfaceType
type StairsSupportTopsideSurfaceType
MembersMember name | Value | Description |
---|
Closed | 0 |
The style of the topside surface of the support is closed.
|
Open | 1 |
The style of the topside surface of the support is open.
|
See Also