TextNoteLeaderTypes Enumeration


An enumerated type listing all the Leader types.

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

Syntax

C#
public enum TextNoteLeaderTypes
Visual Basic
Public Enumeration TextNoteLeaderTypes
Visual C++
public enum class TextNoteLeaderTypes

Members

Member name Description
TNLT_STRAIGHT_L The leader is put at the left of the Text object and in the straight style.
TNLT_STRAIGHT_R The leader is put at the right of the Text object and in the straight style.
TNLT_ARC_L The leader is put at the left of the Text object and in the arc style.
TNLT_ARC_R The leader is put at the right of the Text object and in the arc style.

See Also