TreadNosingPosition Enumeration |
Represents on which edges of the nosing to apply the nosing profile.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum TreadNosingPosition
Public Enumeration TreadNosingPosition
public enum class TreadNosingPosition
MembersMember name | Value | Description |
---|
FrontAndLeft | 1 |
Adds nosing on the front and left edge of tread.
|
FrontAndRight | 2 |
Adds nosing on the front and right edge of tread.
|
FrontLeftAndRight | 3 |
Adds nosing on the front left and left edge of tread.
|
FrontOnly | 0 |
Adds nosing on the front edge of tread only.
|
See Also