Share

TextNode.Position Property

Position of the text in model coordinates.


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

Syntax

C#

public XYZ Position { get; }

Property Value

XYZ

Remarks

The relation of the position point with respect to the text area depends on the text alignment.

For example:

  • For Left-Top-aligned text the point is at the Left-Top corner of the box.
  • For Center-Bottom aligned text the point is at the Center-Bottom corner of the box.

See Also

Reference

Was this information helpful?