Revit 2025.3 API
LeaderAnchor Property |
Anchor point of the Leader
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ Anchor { get; }
Public ReadOnly Property Anchor As XYZ Get
public: property XYZ^ Anchor { XYZ^ get (); }
member Anchor : XYZ with get
Property Value
XYZ
Anchor is the leader's point that is attached to an annotation (a tag, note, etc.)
This is a read-only property, for the this point gets always computed based on various
properties of the annotation element.
See Also