| Revit 2023 API |
| RailingSlopeOption Enumeration |
| See Also |
The option determines the slope of the railing.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
| C# |
|---|
public enum RailingSlopeOption |
| Visual Basic |
|---|
Public Enumeration RailingSlopeOption |
| Visual C++ |
|---|
public enum class RailingSlopeOption |
Members
| Member name | Description |
|---|---|
| ByHost | The slope of the railing is determined by its host. |
| Flat | The slope of the railing will be kept flat. |
| Sloped | The slope of the railing will be specified by users. |