Revit 2025.3 API
Independent |
Returns a set of LinkElementId for all tagged elements, if any. A LinkElementId will be provided for each
subelement that is being referenced by the tag.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ICollection<LinkElementId> GetTaggedElementIds()
Public Function GetTaggedElementIds As ICollection(Of LinkElementId)
public: ICollection<LinkElementId^>^ GetTaggedElementIds()
member GetTaggedElementIds : unit -> ICollection<LinkElementId>
Return Value
ICollectionLinkElementIdSet of all the tagged elements ids for both local and linked files.
All the returned LinkElementIds will be valid even when IsOrphaned is true.
See Also