replaceItem method
[This documentation is preliminary and is subject to change.]
Replaces a specified existing item in the list with a specified new item.
![]() ![]() |
Syntax
ISVGTransform retVal = object.replaceItem(newItem, index);
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.4
Parameters
newItem [in]
Type: ISVGTransformThe item to insert into the list.
index [in]
Type: longThe index of the item to replace. The first item is number 0.
Build date: 1/26/2012
.png)
.png)