Returns a collection of leaders currently attached to the text note.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<Leader> GetLeaders()
Return Value
IList<Leader>
Remarks
This method supersedes an older
Leaders property which has been deprecated.
See Also
Reference