SVGListBase-1.GetItem
SVGListBase<T>.GetItem method
Returns the specified item from the list.
public T GetItem(ulong index)
| Parameter | Type | Description |
|---|---|---|
| index | UInt64 | The index of the item from the list which is to be returned. The first item is number 0. |
Return Value
The selected item.
Exceptions
| exception | condition |
|---|---|
| dOMException | Code INDEX_SIZE_ERR. Raised if the index number is greater than or equal to numberOfItems. |
See Also
- class SVGListBase<T>
- package com.aspose.html.dom.svg.collections
- package Aspose.HTML