The position of the run relative to the Up-direction path used to create the run.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public enum StairsRunJustification |
| Visual Basic |
|---|
Public Enumeration StairsRunJustification |
| Visual C++ |
|---|
public enum class StairsRunJustification |
Members
| Member name | Description |
|---|---|
| Left | The creation path for the run is the left edge. |
| Center | The creation path for the run is the center. |
| Right | The creation path for the run is the right edge. |
| LeftExterior | The creation path for the run is the left stringer exterior edge. |
| RightExterior | The creation path for the run is the right stringer exterior edge. |