RasterList.getItem( index )
Retrieve list item at the given index. To know the number of items in the list use thesize()
method.
Parameters
Name | Type | Description | |
---|---|---|---|
index | number | zero-based index of the item to be retrieved. |
Returns
Type | Description |
---|---|
object |
The list item at the given index. Returns if not item
is found at the given index. |