RailingSlopeOption Enumeration |
The option determines the slope of the railing.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RailingSlopeOption
Public Enumeration RailingSlopeOption
public enum class RailingSlopeOption
MembersMember name | Value | Description |
---|
ByHost | 0 |
The slope of the railing is determined by its host.
|
Flat | 1 |
The slope of the railing will be kept flat.
|
Sloped | 2 |
The slope of the railing will be specified by users.
|
See Also