SVGListBase-1.AppendItem
SVGListBase.AppendItem method
Inserts a new item at the end of the list.
public T AppendItem(T newItem)
| Parameter | Type | Description |
|---|---|---|
| newItem | T | The item which is to be inserted. The first item is number 0. |
Return Value
The inserted item.
Exceptions
| exception | condition |
|---|---|
| DOMException | Code NO_MODIFICATION_ALLOWED_ERR. Raised when the list cannot be modified. |
See Also
- class SVGListBase<T>
- namespace Aspose.Svg.Collections
- assembly Aspose.SVG