initialize method

Clears current items from the list and re-initializes the list to contain the specified item.

 

Syntax

ISVGTransform retVal = object.initialize(newItem);

Parameters

  • newItem [in]
    Type: ISVGTransform

    The item to become the only member of the list.

Standards information

Remarks

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