item method
Gets the specified SVGElementInstance object from the collection.
![]() ![]() |
Syntax
var retval = SVGElementInstanceList.item(index);Parameters
- index [in]
-
Type: Integer
The index of the object to get.
Return value
Type: ISVGElementInstance
The object that is retrieved, or NULL if the specified index is not valid.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.10
See also
Show:

