RVTDocs.com
Namespace: Autodesk.Revit.DB Class: IndependentTag

IndependentTag.MergeElbows

Property
Description:
Identifies if the leaders' elbows are merged or not. If they are are merged, all elbows are in the same point and they move together.
Syntax
public bool MergeElbows { get; set; }
Exceptions
Exception Condition
InvalidOperationException The IndependentTag object does not have a tag behavior. -or- When setting this property: For this tag leaders are not allowed. -or- When setting this property: Can't merge elbows for tags that are part of a multi-reference annotation.