The justification of the framing element in Z.
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 ZJustification |
| Visual Basic |
|---|
Public Enumeration ZJustification |
| Visual C++ |
|---|
public enum class ZJustification |
Members
| Member name | Description |
|---|---|
| Top | Justification to the top of the element. |
| Center | Justification to the geometrical center of element. |
| Origin | Justification to the origin of the element. |
| Bottom | Justification to the bottom of the element. |