GetTaggedReference Method


Get the host reference of the tag.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2018

Syntax

C#
[ObsoleteAttribute("This method is deprecated in Revit 2022 and will be removed in a later version of Revit. We suggest you use the `GetTaggedReferences()` method instead.")]
public Reference GetTaggedReference()
Visual Basic
<ObsoleteAttribute("This method is deprecated in Revit 2022 and will be removed in a later version of Revit. We suggest you use the `GetTaggedReferences()` method instead.")> _
Public Function GetTaggedReference As Reference
Visual C++
[ObsoleteAttribute(L"This method is deprecated in Revit 2022 and will be removed in a later version of Revit. We suggest you use the `GetTaggedReferences()` method instead.")]
public:
Reference^ GetTaggedReference()

Remarks

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

See Also