| Revit 2017 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: 17.0.0.0 (17.0.484.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 (); } |