Revit 2025.3 API
Spatial |
The position of the leader's elbow (middle point).
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ LeaderElbow { get; set; }
Public Property LeaderElbow As XYZ Get Set
public: property XYZ^ LeaderElbow { XYZ^ get (); void set (XYZ^ value); }
member LeaderElbow : XYZ with get, set
Property Value
XYZ
Exception | Condition |
---|---|
ArgumentNullException | When setting this property: A non-optional argument was null |
InvalidOperationException | There is no leader for this tag. -or- When setting this property: SpatialElementTag is pinned. -or- When setting this property: SpatialElementTag is orphaned. |

Returns the elbow point of the tag leader.
See Also