childNodes property
Gets an SVGElementInstanceList object that contains all children of this SVGElementInstance object within the instance tree.
![]() ![]() |
Syntax
HRESULT value = object.get_childNodes(ISVGElementInstanceList** p);
Property values
Type: Object
The list of objects, or an empty list if there are no children of this SVGElementInstance object.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.9
See also
Show:

