ViewGetReferenceCallouts Method

Returns element ids of all reference callouts in the view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> GetReferenceCallouts()

Return Value

ICollectionElementId
Element ids of all reference callouts in the view.
See Also