| Revit 2018 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: 18.0.0.0 (18.2.0.13)
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 (); } |