AnnotationSymbol.GetLeaders Method

AnnotationSymbolGetLeaders Method

Returns a collection of leaders currently attached to the annotation.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<Leader> GetLeaders()
Public Function GetLeaders As IList(Of Leader)
public:
IList<Leader^>^ GetLeaders()
member GetLeaders : unit -> IList<Leader> 

Return Value

IListLeader
Remarks
This method supersedes an older Leaders property which has been deprecated.
See Also