getItem method
[This documentation is preliminary and is subject to change.]
Returns the specified item from a list.
![]() ![]() |
Syntax
ISVGTransform retVal = object.getItem(index);
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
Parameters
index [in]
Type: longThe index of the item from the list to return. The first item is number 0.
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.
Build date: 1/26/2012
.png)
.png)