StairsRunStyle Property
The style of the stairs run such as straight, winder, etc.

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

Syntax

C#
public StairsRunStyle StairsRunStyle { get; }
Visual Basic
Public ReadOnly Property StairsRunStyle As StairsRunStyle
	Get
Visual C++
public:
property StairsRunStyle StairsRunStyle {
	StairsRunStyle get ();
}

See Also