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

