The position of the leader's elbow (middle point).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public XYZ LeaderElbow { get; set; }Property Value
XYZ
Exceptions
| 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.
|
Remarks
Returns the elbow point of the tag leader.
See Also
Reference