IndependentTagGetTaggedReferences Method |
Get the host references of the tag.
An array of all the tagged references.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic IList<Reference> GetTaggedReferences()
Public Function GetTaggedReferences As IList(Of Reference)
public:
IList<Reference^>^ GetTaggedReferences()
member GetTaggedReferences : unit -> IList<Reference>
Return Value
IListReference
Remarks
The references can be to an element or subelement in a local or linked document.
See Also