appendItem method

Inserts a new item at the end of the list.

 

Syntax

ISVGTransform retVal = object.appendItem(newItem);

Parameters

  • newItem [in]
    Type: ISVGTransform

    The item to insert. The first item is number 0.

Standards information

Remarks

If the newItem item is already in the list, the ISVGStringList::appendItem method removes the item from its previous list before inserting it into this list. The inserted item is the item itself and not a copy.