RailConnectionOption Enumeration |
The connections between rails.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum RailConnectionOption
Public Enumeration RailConnectionOption
public enum class RailConnectionOption
type RailConnectionOption
Members| Member 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