JustifyType Property
Get or set the type of justification.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public BeamSystemJustifyType JustifyType { get; set; }
Visual Basic
Public Property JustifyType As BeamSystemJustifyType
	Get
	Set
Visual C++
public:
property BeamSystemJustifyType JustifyType {
	BeamSystemJustifyType get ();
	void set (BeamSystemJustifyType value);
}

Remarks

The justifyType passed in must be a valid object.

See Also