Supported types of vertical attachments of a leader to a text note.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum LeaderAtachement
Members
| Member name | Value | Description |
|---|
| BottomLine | 2 |
Leaders are attached at the position of the bottom (last) line of the text box,
and, unless the text's border is visible, the leader's shoulder line extends
all the way to the text, minus the current value of text border offset.
|
| Midpoint | 1 |
Leaders are aligned vertically with the midpoint of the text box and their shoulder line
always ends at the box' border regardless of whether the border is visible on not.
|
| TopLine | 0 |
Leaders are attached at the position of the top (first) line of the text box,
and, unless the text's border is visible, the leader's shoulder line extends
all the way to the text, minus the current value of text border offset.
|
See Also
Reference