Share

Leader.Anchor Property

Anchor point of the Leader


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

Syntax

C#

public XYZ Anchor { get; }

Property Value

XYZ

Remarks

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

Reference

Was this information helpful?