The justification of the framing element in Z.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ZJustification
Members
Member name | Value | Description |
---|---|---|
Bottom | 3 | Justification to the bottom of the element. |
Center | 1 | Justification to the geometrical center of element. |
Origin | 2 | Justification to the origin of the element. |
Top | 0 | Justification to the top of the element. |