StairsSupportTopsideSurfaceType Enumeration


The style of the topside surface of the support.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2013

Syntax

C#
public enum StairsSupportTopsideSurfaceType
Visual Basic
Public Enumeration StairsSupportTopsideSurfaceType
Visual C++
public enum class StairsSupportTopsideSurfaceType

Members

Member name Description
Closed The style of the topside surface of the support is closed.
Open The style of the topside surface of the support is open.

See Also