Revit 2023 API |
YJustification Enumeration |
See Also |
The justification of the framing element in Y.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Since:
2014
Syntax
C# |
---|
public enum YJustification |
Visual Basic |
---|
Public Enumeration YJustification |
Visual C++ |
---|
public enum class YJustification |
Members
Member name | Description |
---|---|
Left | Justification to the left of the element. |
Center | Justification to the geometrical center of the element. |
Origin | Justification to the origin of the element. |
Right | Justification to the right of the element. |