RailingHeightCorrectionOption Enumeration |
Railing height correction option.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RailingHeightCorrectionOption
Public Enumeration RailingHeightCorrectionOption
public enum class RailingHeightCorrectionOption
type RailingHeightCorrectionOption
MembersMember name | Value | Description |
---|
ByType | 0 |
Railing height is determined by railing type.
|
Custom | 1 |
User needs to define the height value of the railing.
|
See Also