RailSupportJustification Enumeration |
The justification of the rail supports.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum RailSupportJustification
Public Enumeration RailSupportJustification
public enum class RailSupportJustification
type RailSupportJustification
MembersMember name | Value | Description |
---|
Begin | 0 |
Supports are justified to the beginning of the rail.
|
Center | 1 |
Supports are justified to the center of the rail.
|
End | 2 |
Supports are justified to the end of the rail.
|
See Also