YJustification Enumeration |
The justification of the framing element in Y.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum YJustification
Public Enumeration YJustification
public enum class YJustification
MembersMember name | Value | Description |
---|
Left | 0 |
Justification to the left of the element.
|
Center | 1 |
Justification to the geometrical center of the element.
|
Origin | 2 |
Justification to the origin of the element.
|
Right | 3 |
Justification to the right of the element.
|
See Also