The justification of the framing element in Y.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |