StairsWinderStyle Enumeration
The calculation method for the layout of the winder run steps.

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

Syntax

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

Members

Member nameDescription
Balanced Symmetrical layout style.
SinglePoint Asymmetrical layout style. Winder style is calculated from a single center point.

See Also