nextSibling property
Gets the SVGElementInstance object that immediately follows this SVGElementInstance object.
![]() ![]() |
Syntax
HRESULT value = object.get_nextSibling(ISVGElementInstance** p);
Property values
Type: Object
The next object, or null if there is no such object.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.9
See also
Show:

