RVTDocs.com
Namespace: Autodesk.Revit.DB Class: TextNode

TextNode.Position

Property
Description:
Position of the text in model coordinates.
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.

Syntax
public XYZ Position { get; }