StairsTextOrientation Enumeration |
The options to be used when orienting text annotations relative to stairs.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum StairsTextOrientation
Public Enumeration StairsTextOrientation
public enum class StairsTextOrientation
type StairsTextOrientation
MembersMember name | Value | Description |
---|
Horizontal | 0 |
Indicator text will be displayed horizontally.
|
Vertical | 1 |
Indicator text will be displayed vertically.
|
See Also