SVGListBase-1.Item
SVGListBase<T> indexer
Returns the indexth item in the list.
public T this[ulong index] { get; set; }
| Parameter | Description |
|---|---|
| index | Index in the list. |
Return Value
The stored object at the indexth position in the list.
Property Value
The type of item stored in list.
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>
- package com.aspose.html.dom.svg.collections
- package Aspose.HTML