RailingSlopeOption Enumeration

RailingSlopeOption Enumeration

The option determines the slope of the railing.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum RailingSlopeOption
Public Enumeration RailingSlopeOption
public enum class RailingSlopeOption
type RailingSlopeOption
Members
Member nameValueDescription
ByHost0 The slope of the railing is determined by its host.
Flat1 The slope of the railing will be kept flat.
Sloped2 The slope of the railing will be specified by users.
See Also