ZJustification Enumeration

The justification of the framing element in Z.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ZJustification
Members
Member nameValueDescription
Bottom3 Justification to the bottom of the element.
Center1 Justification to the geometrical center of element.
Origin2 Justification to the origin of the element.
Top0 Justification to the top of the element.
See Also