Adds a leader to the text note.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Leader AddLeader(
TextNoteLeaderTypes leaderType
)
Parameters
- leaderType TextNoteLeaderTypes
-
Type of the leader being added.
Return Value
Leader
The newly added leader.
Exceptions
Remarks
If the geometric type of the new leader (line vs arc.) differs
from the type of existing leaders, then the type of the existing
leaders will be changed to match the type of the newly created leader.
See Also
Reference