appendItem method
[This documentation is preliminary and is subject to change.]
Inserts a new item at the end of the list.
![]() ![]() |
Syntax
ISVGTransform retVal = object.appendItem(newItem);
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
Parameters
newItem [in]
Type: ISVGTransformThe item to insert. The first item is number 0.
Remarks
If the newItem item is already in the list, the 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.
Build date: 1/26/2012
.png)
.png)