ZJustification Enumeration

ZJustification Enumeration

The justification of the framing element in Z.

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