TextNoteLeaderTypes Enumeration

Types of text-note leaders

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum TextNoteLeaderTypes
Members
Member nameValueDescription
TNLT_ARC_L2 An arc leader attached from the left side of a text element
TNLT_ARC_R3 An arc leader attached from the right side of a text element
TNLT_STRAIGHT_L0 A line leader attached from the left side of a text element
TNLT_STRAIGHT_R1 A line leader attached from the right side of a text element
See Also