RailConnectionOption Enumeration |
The connections between rails.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RailConnectionOption
Public Enumeration RailConnectionOption
public enum class RailConnectionOption
type RailConnectionOption
MembersMember name | Value | Description |
---|
Trim | 0 |
Rails will be trimmed and cut with a vertical plane.
|
Weld | 1 |
Rails will be joined in a manner as close to a miter as possible.
|
See Also