Get the tagged local elements, if any.
An Element will be provided for each subelement that is being referenced by the tag.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public ICollection<Element> GetTaggedLocalElements() |
Visual Basic |
---|
Public Function GetTaggedLocalElements As ICollection(Of Element) |
Visual C++ |
---|
public: ICollection<Element^>^ GetTaggedLocalElements() |