getItem method
Returns the specified item from a list.
![]() ![]() |
Syntax
ISVGTransform retVal = object.getItem(index);
Parameters
- index [in]
-
Type: long
The index of the item from the list to return. The first item is number 0.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
Remarks
The returned item is the item itself and not a copy. Any changes that are made to the item are immediately reflected in the list.
See also
Show:

