Share

IndependentTag.GetTaggedLocalElements Method

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.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ICollection<Element> GetTaggedLocalElements()

Return Value

ICollection<Element>
All tagged elements from the local document, or nullptr for orphan tags and tagged elements in linked documents.

See Also

Reference

Was this information helpful?