YJustification Enumeration

The justification of the framing element in Y.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum YJustification
Members
Member nameValueDescription
Left0 Justification to the left of the element.
Center1 Justification to the geometrical center of the element.
Origin2 Justification to the origin of the element.
Right3 Justification to the right of the element.
See Also