| Revit 2018 API |
| TreadNosingPosition Enumeration |
| See Also |
Represents on which edges of the nosing to apply the nosing profile.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2013
Syntax
| C# |
|---|
public enum TreadNosingPosition |
| Visual Basic |
|---|
Public Enumeration TreadNosingPosition |
| Visual C++ |
|---|
public enum class TreadNosingPosition |
Members
| Member name | Description |
|---|---|
| FrontOnly | Adds nosing on the front edge of tread only. |
| FrontAndLeft | Adds nosing on the front and left edge of tread. |
| FrontAndRight | Adds nosing on the front and right edge of tread. |
| FrontLeftAndRight | Adds nosing on the front left and left edge of tread. |