SVGListBase-1.RemoveItem
SVGListBase.RemoveItem method
Removes an existing item from the list.
public T RemoveItem(ulong index)
| Parameter | Type | Description |
|---|---|---|
| index | UInt64 | The index of the item which is to be removed. The first item is number 0. |
Return Value
The removed item.
Exceptions
| exception | condition |
|---|---|
| DOMException | Code NO_MODIFICATION_ALLOWED_ERR. Raised when the list cannot be modified. |
| DOMException | Code INDEX_SIZE_ERR. Raised if the index number is greater than or equal to numberOfItems. |
See Also
- class SVGListBase<T>
- namespace Aspose.Html.Dom.Svg.Collections
- assembly Aspose.HTML