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: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum StairsRunJustification
Members
| Member name | Value | Description |
|---|
| Center | 1 |
The creation path for the run is the center.
|
| Left | 0 |
The creation path for the run is the left edge.
|
| LeftExterior | 3 |
The creation path for the run is the left stringer exterior edge.
|
| Right | 2 |
The creation path for the run is the right edge.
|
| RightExterior | 4 |
The creation path for the run is the right stringer exterior edge.
|
See Also
Reference