Share

SpatialElementTag.HasElbow Property

Identifies if the tag's leader has an elbow point or not.


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

Syntax

C#

public bool HasElbow { get; }

Property Value

Boolean

Exceptions

ExceptionCondition
InvalidOperationException There is no leader for this tag.

Remarks

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

See Also

Reference

Was this information helpful?