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

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.