Anchor point of the Leader
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic XYZ Anchor { get; }
Public ReadOnly Property Anchor As XYZ
Get
public:
property XYZ^ Anchor {
XYZ^ get ();
}
member Anchor : XYZ with 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