removeItem method

Removes an existing item from the list.

 

Syntax

ISVGTransform retVal = object.removeItem(index);

Parameters

  • index [in]
    Type: long

    The index of the item to remove. The first item is number 0.

Standards information