Share

IndependentTag.GetTaggedReferences Method

Get the host references of the tag. An array of all the tagged references.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public IList<Reference> GetTaggedReferences()

Return Value

IList<Reference>

Remarks

The references can be to an element or subelement in a local or linked document.

See Also

Reference

Was this information helpful?