Revit 2026 API
Layout |
Get or set the type of justification.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BeamSystemJustifyType JustifyType { get; set; }
Public Property JustifyType As BeamSystemJustifyType Get Set
public: property BeamSystemJustifyType JustifyType { BeamSystemJustifyType get (); void set (BeamSystemJustifyType value); }
member JustifyType : BeamSystemJustifyType with get, set
Property Value
BeamSystemJustifyTypeThe justifyType passed in must be a valid object.
See Also