| Revit 2017 API |
| StairsPathDirection Enumeration |
| See Also |
The direction style of stairs path.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
public enum StairsPathDirection |
| Visual Basic |
|---|
Public Enumeration StairsPathDirection |
| Visual C++ |
|---|
public enum class StairsPathDirection |
Members
| Member name | Description |
|---|---|
| AlwaysUp | The direction of the stair path will always be UP direction. |
| AutomaticUpDown | The direction of the stair path will be determined automatically. |