Revit 2026 API
Spatial |
Identifies if the tag's leader has an elbow point or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasElbow { get; }
Public ReadOnly Property HasElbow As Boolean Get
public: property bool HasElbow { bool get (); }
member HasElbow : bool with get
Property Value
Boolean
Exception | Condition |
---|---|
InvalidOperationException | There is no leader for this tag. |

Straight leaders do not have elbow points. Use LeaderElbow to get or set elbow point.
See Also