<Code Lib>
2025.3 Method
Changes 5
M

IndependentTag.GetTaggedLocalElements

Description:
Get the tagged local elements, if any. An Element will be provided for each subelement that is being referenced by the tag.

public ICollection<Element> GetTaggedLocalElements()

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

Loading…