YZJustificationOption Enumeration

The option for whether a framing element has independent or uniform justification on its ends.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum YZJustificationOption
Members
Member nameValueDescription
Independent1 Independent justification settings applied to the element ends.
Uniform0 Uniform justification settings applied to the element ends.
See Also