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()

Return Value

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