StairsRunStyle Enumeration


Stairs Run Style Enumeration

The shape of a run. Different shape has different ways of manipulation.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum StairsRunStyle
Members
Member name Value Description
Sketched 2 A sketched run can have customized boundary and riser curves. User can customize stair path as well.
Spiral 4 A spiral run is defined by a cylindrical helix. Both inner and outer boundaries are arcs. Risers are straight lines.
Straight 3 A straight run is defined by a straight line. All treads are rectangular.
Winder 1 A winder run has distorted treads, for the sake of space saving at corner.
See Also