<Code Lib>
2022 Method
Changes 6
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()

nullNothingnullptr All tagged elements from the local document, or null Nothing nullptr a null reference ( Nothing in Visual Basic) for orphan tags and tagged elements in linked documents.

Loading…