Share

TextElement.BaseDirection Property

Direction of the base line of the text element.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public XYZ BaseDirection { get; }

Property Value

XYZ

Remarks

Base direction is always perpendicular to Up direction. Those two vectors together define the plane of the text.

See Also

Reference

Was this information helpful?