The justification of the framing element in Z.

Namespace: Autodesk.Revit.DB.Structure
Assembly: 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 nameDescription
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.

See Also