Revit 2025 API
Annotation |
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
This method supersedes an older Leaders property which has been deprecated.
See Also