| Revit 2022.1 API |
| StairsRun..::..StairsRunStyle Property |
| StairsRun Class See Also |
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.1.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 (); } |