StairsUndersideSurfaceStyle Enumeration


The style of the underside surface of the run.

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 StairsUndersideSurfaceStyle
Visual Basic
Public Enumeration StairsUndersideSurfaceStyle
Visual C++
public enum class StairsUndersideSurfaceStyle

Members

Member name Description
Stepped The underside surface of the run is stepped.
Smooth The underside surface of the run is smooth.

See Also