<Code Lib>
2022 Property
Changes 8
P

IndependentTag.TaggedLocalElementId

Description:
The ID of the tagged local element, if any. If the tag is tagged on a subelement of local element, it returns the element ID.

[ObsoleteAttribute("This property is deprecated in Revit 2022 and will be removed in a later version of Revit. We suggest you use the `GetTaggedLocalElementIds()` method instead.")]
public ElementId TaggedLocalElementId { get; }

Loading…