animatedInstanceRoot property
Gets the animated root of the instance tree of a use element.
![]() ![]() |
Syntax
HRESULT value = object.get_animatedInstanceRoot(ISVGElementInstance** p);
Property values
Type: Object
The animated root of the instance tree.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.8
Remarks
If the xlink:href attribute is being animated, the ISVGUseElement::animatedInstanceRoot property contains the current animated root of the instance tree. If the xlink:href attribute is not currently being animated, ISVGUseElement::animatedInstanceRoot contains the same value as the ISVGUseElement::instanceRoot property.
For more information about the instance tree, see SVGElementInstance.
Show:

