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: 24.0.0.0 (24.0.0.0)
Since:
2022
Syntax
Visual Basic |
---|
Public Function GetTaggedElementIds As ICollection(Of LinkElementId) |
Visual C++ |
---|
public:
ICollection<LinkElementId^>^ GetTaggedElementIds() |
Return Value
Set of all the tagged elements ids for both local and linked files.
Remarks
See Also