getItem method

[This documentation is preliminary and is subject to change.]

Returns the specified item from a list.

Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4Internet Explorer 9

Syntax

ISVGTransform retVal = object.getItem(index);

Standards information

Parameters

  • index [in]
    Type: long

    The 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